Searched defs:acl_connection (Results 1 – 9 of 9) sorted by relevance
41 struct acl_connection { struct42 …acl_connection(AddressWithType address_with_type, AclConnection::QueueDownEnd* queue_down_end, os:… in acl_connection() function45 ~acl_connection() { in ~acl_connection() argument48 AddressWithType address_with_type_;72 acl_connection_interface_ = hci_layer_->GetAclConnectionInterface( in classic_impl() argument
41 std::unique_ptr<hci::acl_manager::ClassicAclConnection> acl_connection, in MockLink()
132 …std::unique_ptr<MockClassicAclConnection> acl_connection = std::make_unique<MockClassicAclConnecti… in TEST_F() local304 std::unique_ptr<MockClassicAclConnection> acl_connection(raw_acl_connection); in TEST_F() local378 std::unique_ptr<MockClassicAclConnection> acl_connection(raw_acl_connection); in TEST_F() local454 std::unique_ptr<MockClassicAclConnection> acl_connection(raw_acl_connection); in TEST_F() local
242 void LinkManager::OnConnectSuccess(std::unique_ptr<hci::acl_manager::ClassicAclConnection> acl_conn… in OnConnectSuccess()
43 std::unique_ptr<hci::acl_manager::ClassicAclConnection> acl_connection, in Link()
30 LinkOptions::LinkOptions(hci::acl_manager::LeAclConnection* acl_connection, internal::Link* link, in LinkOptions()
126 std::unique_ptr<MockLeAclConnection> acl_connection = std::make_unique<MockLeAclConnection>(); in TEST_F() local324 std::unique_ptr<MockLeAclConnection> acl_connection(raw_acl_connection); in TEST_F() local420 std::unique_ptr<MockLeAclConnection> acl_connection(raw_acl_connection); in TEST_F() local518 std::unique_ptr<MockLeAclConnection> acl_connection(raw_acl_connection); in TEST_F() local
107 … std::unique_ptr<hci::acl_manager::LeAclConnection> acl_connection) { in OnLeConnectSuccess()
42 std::unique_ptr<hci::acl_manager::LeAclConnection> acl_connection, in Link()