Searched refs:SendConnectionRequest (Results 1 – 11 of 11) sorted by relevance
/system/bt/gd/l2cap/classic/internal/ |
D | link.cc | 144 void Link::SendConnectionRequest(Psm psm, Cid local_cid) { in SendConnectionRequest() function in bluetooth::l2cap::classic::internal::Link 145 signalling_manager_.SendConnectionRequest(psm, local_cid); in SendConnectionRequest() 148 void Link::SendConnectionRequest(Psm psm, Cid local_cid, in SendConnectionRequest() function in bluetooth::l2cap::classic::internal::Link 170 signalling_manager_.SendConnectionRequest(psm, local_cid); in SendConnectionRequest() 189 SendConnectionRequest(*psm, ReserveDynamicChannel(), std::move(*callback)); in connect_to_pending_dynamic_channels()
|
D | link.h | 107 virtual void SendConnectionRequest(Psm psm, Cid local_cid); 108 virtual void SendConnectionRequest(Psm psm, Cid local_cid,
|
D | link_test.cc | 135 link_->SendConnectionRequest(kPsm, kCid, std::move(pending_dynamic_channel_connection)); in TEST_F()
|
D | signalling_manager.h | 67 void SendConnectionRequest(Psm psm, Cid local_cid);
|
D | link_manager.cc | 102 …link->SendConnectionRequest(psm, link->ReserveDynamicChannel(), std::move(pending_dynamic_channel_… in ConnectDynamicChannelServices()
|
D | signalling_manager.cc | 91 void ClassicSignallingManager::SendConnectionRequest(Psm psm, Cid local_cid) { in SendConnectionRequest() function in bluetooth::l2cap::classic::internal::ClassicSignallingManager
|
/system/bt/gd/l2cap/le/internal/ |
D | link_manager.cc | 94 link->SendConnectionRequest(psm, std::move(pending_dynamic_channel_connection)); in ConnectDynamicChannelServices() 197 link->SendConnectionRequest(psm_callback.first, std::move(psm_callback.second)); in OnReadRemoteVersionInformationComplete()
|
D | link.cc | 172 void Link::SendConnectionRequest(Psm psm, PendingDynamicChannelConnection pending_dynamic_channel_c… in SendConnectionRequest() function in bluetooth::l2cap::le::internal::Link 180 signalling_manager_.SendConnectionRequest(psm, reserved_cid, mtu); in SendConnectionRequest()
|
D | signalling_manager.h | 106 void SendConnectionRequest(Psm psm, Cid local_cid, Mtu mtu);
|
D | link.h | 116 …virtual void SendConnectionRequest(Psm psm, PendingDynamicChannelConnection pending_dynamic_channe…
|
D | signalling_manager.cc | 59 void LeSignallingManager::SendConnectionRequest(Psm psm, Cid local_cid, Mtu mtu) { in SendConnectionRequest() function in bluetooth::l2cap::le::internal::LeSignallingManager
|