Home
last modified time | relevance | path

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

/system/bt/gd/l2cap/le/internal/
Dlink_manager.cc83 acl_manager_->CreateLeConnection(address_with_type); in ConnectFixedChannelServices()
90 acl_manager_->CreateLeConnection(device); in ConnectDynamicChannelServices()
Dlink_manager_test.cc115 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/
Dacl_connection_handler.h49 uint16_t CreateLeConnection(bluetooth::hci::AddressWithType addr,
Dacl_connection_handler.cc125 uint16_t AclConnectionHandler::CreateLeConnection(AddressWithType addr, in CreateLeConnection() function in test_vendor_lib::AclConnectionHandler
Dlink_layer_controller.cc879 uint16_t handle = connections_.CreateLeConnection(address, own_address); in HandleLeConnection()
/system/bt/gd/hci/
Dacl_manager_mock.h71 MOCK_METHOD(void, CreateLeConnection, (AddressWithType address_with_type), (override));
Dacl_manager.h65 virtual void CreateLeConnection(AddressWithType address_with_type);
Dacl_manager.cc140 void AclManager::CreateLeConnection(AddressWithType address_with_type) { in CreateLeConnection() function in bluetooth::hci::AclManager
Dacl_manager_test.cc579 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/
Dle_acl_manager_facade.cc69 acl_manager_->CreateLeConnection(peer); in CreateConnection()