Searched refs:pending_connection (Results 1 – 3 of 3) sorted by relevance
/packages/modules/Bluetooth/system/gd/l2cap/classic/ |
D | dynamic_channel_manager.cc | 33 internal::Link::PendingDynamicChannelConnection pending_connection{ in ConnectChannel() local 39 …&internal::LinkManager::ConnectDynamicChannelServices, device, std::move(pending_connection), psm); in ConnectChannel()
|
/packages/modules/Bluetooth/system/gd/l2cap/classic/internal/ |
D | link_manager.h | 105 hci::Address device, Link::PendingDynamicChannelConnection pending_connection, Psm psm);
|
/packages/modules/Bluetooth/system/gd/hci/acl_manager/ |
D | le_impl.h | 108 std::unique_ptr<LeAclConnection> pending_connection, in le_acl_connection() 112 pending_connection_(std::move(pending_connection)), in le_acl_connection() 242 std::unique_ptr<LeAclConnection> pending_connection, in add() 250 std::forward_as_tuple(remote_address, std::move(pending_connection), queue_end, handler)); in add()
|