Searched refs:CreateLeConnection (Results 1 – 11 of 11) sorted by relevance
/system/bt/gd/l2cap/le/internal/ |
D | link_manager.cc | 83 acl_manager_->CreateLeConnection(address_with_type, /* is_direct */ true); in ConnectFixedChannelServices() 90 acl_manager_->CreateLeConnection(device, /* is_direct */ true); in ConnectDynamicChannelServices()
|
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() 314 EXPECT_CALL(mock_acl_manager, CreateLeConnection(address_with_type, true)).Times(1); in TEST_F() 410 EXPECT_CALL(mock_acl_manager, CreateLeConnection(address_with_type, true)).Times(1); in TEST_F() 508 EXPECT_CALL(mock_acl_manager, CreateLeConnection(address_with_type, true)).Times(1); in TEST_F()
|
/system/bt/gd/hci/ |
D | acl_manager_mock.h | 75 …MOCK_METHOD(void, CreateLeConnection, (AddressWithType address_with_type, bool is_direct), (overri…
|
D | acl_manager.h | 79 virtual void CreateLeConnection(AddressWithType address_with_type, bool is_direct);
|
D | acl_manager_test.cc | 600 acl_manager_->CreateLeConnection(remote_with_type_, true); in SetUp() 689 acl_manager_->CreateLeConnection(remote_with_type, true); in TEST_F() 731 acl_manager_->CreateLeConnection(remote_with_type, true); in TEST_F() 769 acl_manager_->CreateLeConnection(remote_with_type, true); in TEST_F() 801 acl_manager_->CreateLeConnection(remote_with_type, false); in TEST_F() 1348 acl_manager_->CreateLeConnection(remote_with_type_, true); in TEST_F() 1373 acl_manager_->CreateLeConnection(remote_with_type2, true); in TEST_F() 1454 acl_manager_->CreateLeConnection(remote_with_type, true); in TEST_F() 1496 acl_manager_->CreateLeConnection(remote_with_type, true); in TEST_F()
|
D | acl_manager.cc | 162 void AclManager::CreateLeConnection(AddressWithType address_with_type, bool is_direct) { in CreateLeConnection() function in bluetooth::hci::AclManager
|
/system/bt/vendor_libs/test_vendor_lib/model/controller/ |
D | acl_connection_handler.h | 50 uint16_t CreateLeConnection(bluetooth::hci::AddressWithType addr,
|
D | acl_connection_handler.cc | 122 uint16_t AclConnectionHandler::CreateLeConnection(AddressWithType addr, in CreateLeConnection() function in test_vendor_lib::AclConnectionHandler
|
D | link_layer_controller.cc | 1219 uint16_t handle = connections_.CreateLeConnection(address, own_address); in HandleLeConnection()
|
/system/bt/gd/hci/facade/ |
D | le_acl_manager_facade.cc | 69 acl_manager_->CreateLeConnection(peer, /* is_direct */ true); in CreateConnection()
|
/system/bt/main/shim/ |
D | acl.cc | 830 GetAclManager()->CreateLeConnection(address_with_type, is_direct); in accept_le_connection_from()
|