Searched refs:CreateLeConnection (Results 1 – 10 of 10) sorted by relevance
/system/bt/gd/l2cap/le/internal/ |
D | link_manager.cc | 83 acl_manager_->CreateLeConnection(address_with_type); in ConnectFixedChannelServices() 90 acl_manager_->CreateLeConnection(device); in ConnectDynamicChannelServices()
|
D | link_manager_test.cc | 115 EXPECT_CALL(mock_acl_manager, CreateLeConnection(address_with_type)).Times(1); in TEST_F() 211 EXPECT_CALL(mock_acl_manager, CreateLeConnection(address_with_type)).Times(0); in TEST_F() 246 EXPECT_CALL(mock_acl_manager, CreateLeConnection(address_with_type)).Times(1); in TEST_F() 291 EXPECT_CALL(mock_acl_manager, CreateLeConnection(address_with_type)).Times(1); in TEST_F() 376 EXPECT_CALL(mock_acl_manager, CreateLeConnection(address_with_type)).Times(1); in TEST_F() 463 EXPECT_CALL(mock_acl_manager, CreateLeConnection(address_with_type)).Times(1); in TEST_F()
|
/system/bt/vendor_libs/test_vendor_lib/model/controller/ |
D | acl_connection_handler.h | 49 uint16_t CreateLeConnection(bluetooth::hci::AddressWithType addr,
|
D | acl_connection_handler.cc | 125 uint16_t AclConnectionHandler::CreateLeConnection(AddressWithType addr, in CreateLeConnection() function in test_vendor_lib::AclConnectionHandler
|
D | link_layer_controller.cc | 879 uint16_t handle = connections_.CreateLeConnection(address, own_address); in HandleLeConnection()
|
/system/bt/gd/hci/ |
D | acl_manager_mock.h | 71 MOCK_METHOD(void, CreateLeConnection, (AddressWithType address_with_type), (override));
|
D | acl_manager.h | 65 virtual void CreateLeConnection(AddressWithType address_with_type);
|
D | acl_manager.cc | 140 void AclManager::CreateLeConnection(AddressWithType address_with_type) { in CreateLeConnection() function in bluetooth::hci::AclManager
|
D | acl_manager_test.cc | 579 acl_manager_->CreateLeConnection(remote_with_type_); in SetUp() 651 acl_manager_->CreateLeConnection(remote_with_type); in TEST_F() 681 acl_manager_->CreateLeConnection(remote_with_type); in TEST_F() 1240 acl_manager_->CreateLeConnection(remote_with_type_); in TEST_F() 1265 acl_manager_->CreateLeConnection(remote_with_type2); in TEST_F()
|
/system/bt/gd/hci/facade/ |
D | le_acl_manager_facade.cc | 69 acl_manager_->CreateLeConnection(peer); in CreateConnection()
|