Searched defs:acl_connection (Results 1 – 9 of 9) sorted by relevance
32 struct acl_connection { struct33 …acl_connection(AddressWithType address_with_type, AclConnection::QueueDownEnd* queue_down_end, os:… in acl_connection() argument49 acl_connection_interface_ = in classic_impl() argument250 auto& acl_connection = acl_connections_.find(handle)->second; in on_connection_packet_type_changed() local267 auto& acl_connection = acl_connections_.find(handle)->second; in on_master_link_key_complete() local284 auto& acl_connection = acl_connections_.find(handle)->second; in on_authentication_complete() local336 auto& acl_connection = acl_connections_.find(handle)->second; in on_change_connection_link_key_complete() local352 auto& acl_connection = acl_connections_.find(handle)->second; in on_read_clock_offset_complete() local369 auto& acl_connection = acl_connections_.find(handle)->second; in on_mode_change() local387 auto& acl_connection = acl_connections_.find(handle)->second; in on_qos_setup_complete() local[all …]
39 … std::unique_ptr<hci::acl_manager::ClassicAclConnection> acl_connection, LinkManager* link_manager) in MockLink()
132 …std::unique_ptr<MockClassicAclConnection> acl_connection = std::make_unique<MockClassicAclConnecti… in TEST_F() local301 std::unique_ptr<MockClassicAclConnection> acl_connection(raw_acl_connection); in TEST_F() local375 std::unique_ptr<MockClassicAclConnection> acl_connection(raw_acl_connection); in TEST_F() local451 std::unique_ptr<MockClassicAclConnection> acl_connection(raw_acl_connection); in TEST_F() local
201 void LinkManager::OnConnectSuccess(std::unique_ptr<hci::acl_manager::ClassicAclConnection> acl_conn… in OnConnectSuccess()
39 Link::Link(os::Handler* l2cap_handler, std::unique_ptr<hci::acl_manager::ClassicAclConnection> acl_… in Link()
28 LinkOptions::LinkOptions(hci::acl_manager::LeAclConnection* acl_connection, internal::Link* link, in LinkOptions()
122 std::unique_ptr<MockLeAclConnection> acl_connection = std::make_unique<MockLeAclConnection>(); in TEST_F() local299 std::unique_ptr<MockLeAclConnection> acl_connection(raw_acl_connection); in TEST_F() local384 std::unique_ptr<MockLeAclConnection> acl_connection(raw_acl_connection); in TEST_F() local471 std::unique_ptr<MockLeAclConnection> acl_connection(raw_acl_connection); in TEST_F() local
105 … std::unique_ptr<hci::acl_manager::LeAclConnection> acl_connection) { in OnLeConnectSuccess()
38 Link::Link(os::Handler* l2cap_handler, std::unique_ptr<hci::acl_manager::LeAclConnection> acl_conne… in Link()