Home
last modified time | relevance | path

Searched refs:CreateLeConnection (Results 1 – 15 of 15) sorted by relevance

/packages/modules/Bluetooth/system/rust/src/connection/ffi/
Dconnection_shim.cc86 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()
Dconnection_shim.h35 void CreateLeConnection(core::AddressWithType address, bool is_direct) const;
/packages/modules/Bluetooth/system/gd/l2cap/le/internal/
Dlink_manager_test.cc119 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()
Dlink_manager.cc85 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/
Dacl_manager_test.cc362 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()
Dacl_manager_mock.h75 …MOCK_METHOD(void, CreateLeConnection, (AddressWithType address_with_type, bool is_direct), (overri…
Dacl_manager.h85 virtual void CreateLeConnection(AddressWithType address_with_type, bool is_direct);
Dacl_manager.cc265 void AclManager::CreateLeConnection(AddressWithType address_with_type, bool is_direct) { in CreateLeConnection() function in bluetooth::hci::AclManager
Dacl_manager_unittest.cc406 acl_manager_->CreateLeConnection(remote_with_type_, true); in SetUp()
/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Dacl_connection_handler.h86 uint16_t CreateLeConnection(bluetooth::hci::AddressWithType addr,
Dacl_connection_handler.cc161 uint16_t AclConnectionHandler::CreateLeConnection(AddressWithType addr, in CreateLeConnection() function in rootcanal::AclConnectionHandler
Dlink_layer_controller.cc4267 uint16_t handle = connections_.CreateLeConnection(address, own_address, role); in HandleLeConnection()
/packages/modules/Bluetooth/system/gd/hci/facade/
Dle_acl_manager_facade.cc88 acl_manager_->CreateLeConnection(peer, is_direct); in CreateConnection()
/packages/modules/Bluetooth/system/main/test/
Dmain_shim_test.cc651 EXPECT_CALL(*test::mock_acl_manager_, CreateLeConnection(_, _)).Times(1); in TEST_F()
/packages/modules/Bluetooth/system/main/shim/
Dacl.cc1162 GetAclManager()->CreateLeConnection(address_with_type, is_direct); in accept_le_connection_from()