Home
last modified time | relevance | path

Searched refs:pending_connection (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/gd/l2cap/classic/
Ddynamic_channel_manager.cc33 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/
Dlink_manager.h105 hci::Address device, Link::PendingDynamicChannelConnection pending_connection, Psm psm);
/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dle_impl.h108 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()