/packages/modules/Bluetooth/system/rust/src/connection/ffi/ |
D | connection_shim.cc | 86 void CreateLeConnection(core::AddressWithType address, bool is_direct) { in CreateLeConnection() function 87 acl_manager_->CreateLeConnection(ToCppAddress(address), is_direct); in CreateLeConnection() 132 void LeAclManagerShim::CreateLeConnection(core::AddressWithType address, in CreateLeConnection() function in bluetooth::connection::LeAclManagerShim 134 pimpl_->CreateLeConnection(address, is_direct); in CreateLeConnection()
|
D | connection_shim.h | 35 void CreateLeConnection(core::AddressWithType address, bool is_direct) const;
|
/packages/modules/Bluetooth/system/gd/l2cap/le/internal/ |
D | link_manager_test.cc | 119 EXPECT_CALL(mock_acl_manager, CreateLeConnection(address_with_type, true)).Times(1); in TEST_F() 226 EXPECT_CALL(mock_acl_manager, CreateLeConnection(address_with_type, true)).Times(0); in TEST_F() 265 EXPECT_CALL(mock_acl_manager, CreateLeConnection(address_with_type, true)).Times(1); in TEST_F() 316 EXPECT_CALL(mock_acl_manager, CreateLeConnection(address_with_type, true)).Times(1); in TEST_F() 412 EXPECT_CALL(mock_acl_manager, CreateLeConnection(address_with_type, true)).Times(1); in TEST_F() 510 EXPECT_CALL(mock_acl_manager, CreateLeConnection(address_with_type, true)).Times(1); in TEST_F()
|
D | link_manager.cc | 85 acl_manager_->CreateLeConnection(address_with_type, /* is_direct */ true); in ConnectFixedChannelServices() 92 acl_manager_->CreateLeConnection(device, /* is_direct */ true); in ConnectDynamicChannelServices()
|
/packages/modules/Bluetooth/system/gd/hci/ |
D | acl_manager_test.cc | 362 acl_manager_->CreateLeConnection(remote_with_type_, true); in SetUp() 453 acl_manager_->CreateLeConnection(remote_with_type, true); in TEST_F() 494 acl_manager_->CreateLeConnection(remote_with_type, true); in TEST_F() 529 acl_manager_->CreateLeConnection(remote_with_type, true); in TEST_F() 573 acl_manager_->CreateLeConnection(remote_with_type, false); in TEST_F() 1204 acl_manager_->CreateLeConnection(remote_with_type_, true); in TEST_F() 1223 acl_manager_->CreateLeConnection(remote_with_type2, true); in TEST_F() 1286 acl_manager_->CreateLeConnection(remote_with_type, true); in TEST_F() 1327 acl_manager_->CreateLeConnection(remote_with_type, true); in TEST_F()
|
D | acl_manager_mock.h | 75 …MOCK_METHOD(void, CreateLeConnection, (AddressWithType address_with_type, bool is_direct), (overri…
|
D | acl_manager.h | 85 virtual void CreateLeConnection(AddressWithType address_with_type, bool is_direct);
|
D | acl_manager.cc | 265 void AclManager::CreateLeConnection(AddressWithType address_with_type, bool is_direct) { in CreateLeConnection() function in bluetooth::hci::AclManager
|
D | acl_manager_unittest.cc | 406 acl_manager_->CreateLeConnection(remote_with_type_, true); in SetUp()
|
/packages/modules/Bluetooth/tools/rootcanal/model/controller/ |
D | acl_connection_handler.h | 86 uint16_t CreateLeConnection(bluetooth::hci::AddressWithType addr,
|
D | acl_connection_handler.cc | 161 uint16_t AclConnectionHandler::CreateLeConnection(AddressWithType addr, in CreateLeConnection() function in rootcanal::AclConnectionHandler
|
D | link_layer_controller.cc | 4267 uint16_t handle = connections_.CreateLeConnection(address, own_address, role); in HandleLeConnection()
|
/packages/modules/Bluetooth/system/gd/hci/facade/ |
D | le_acl_manager_facade.cc | 88 acl_manager_->CreateLeConnection(peer, is_direct); in CreateConnection()
|
/packages/modules/Bluetooth/system/main/test/ |
D | main_shim_test.cc | 651 EXPECT_CALL(*test::mock_acl_manager_, CreateLeConnection(_, _)).Times(1); in TEST_F()
|
/packages/modules/Bluetooth/system/main/shim/ |
D | acl.cc | 1162 GetAclManager()->CreateLeConnection(address_with_type, is_direct); in accept_le_connection_from()
|