Searched refs:SetConnectionClosedCallback (Results 1 – 3 of 3) sorted by relevance
163 …void SetConnectionClosedCallback(::bluetooth::shim::ConnectionClosedCallback on_connection_closed)… in SetConnectionClosedCallback() function in bluetooth::shim::ConnectionInterface199 …void SetConnectionClosedCallback(ConnectionInterfaceDescriptor cid, ConnectionClosedCallback on_cl…313 void ConnectionInterfaceManager::SetConnectionClosedCallback( in SetConnectionClosedCallback() function in bluetooth::shim::ConnectionInterfaceManager316 return cid_to_interface_map_[cid]->SetConnectionClosedCallback(on_closed); in SetConnectionClosedCallback()411 …void SetConnectionClosedCallback(ConnectionInterfaceDescriptor cid, ConnectionClosedCallback on_cl…598 void L2cap::impl::SetConnectionClosedCallback(ConnectionInterfaceDescriptor cid, ConnectionClosedCa… in SetConnectionClosedCallback() function in bluetooth::shim::L2cap::impl599 connection_interface_manager_.SetConnectionClosedCallback(cid, std::move(on_closed)); in SetConnectionClosedCallback()667 void L2cap::SetConnectionClosedCallback(uint16_t raw_cid, ConnectionClosedCallback on_closed) { in SetConnectionClosedCallback() function in bluetooth::shim::L2cap670 …&L2cap::impl::SetConnectionClosedCallback, common::Unretained(pimpl_.get()), cid, std::move(on_clo… in SetConnectionClosedCallback()
56 void SetConnectionClosedCallback(uint16_t cid, ConnectionClosedCallback on_closed);
328 bluetooth::shim::GetL2cap()->SetConnectionClosedCallback( in SetDownstreamCallbacks()