Home
last modified time | relevance | path

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

/system/bt/gd/l2cap/le/internal/
Dlink_manager.cc83 acl_manager_->CreateLeConnection(address_with_type, /* is_direct */ true); in ConnectFixedChannelServices()
90 acl_manager_->CreateLeConnection(device, /* is_direct */ true); in ConnectDynamicChannelServices()
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()
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/
Dacl_manager_mock.h75 …MOCK_METHOD(void, CreateLeConnection, (AddressWithType address_with_type, bool is_direct), (overri…
Dacl_manager.h79 virtual void CreateLeConnection(AddressWithType address_with_type, bool is_direct);
Dacl_manager_test.cc600 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()
Dacl_manager.cc162 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/
Dacl_connection_handler.h50 uint16_t CreateLeConnection(bluetooth::hci::AddressWithType addr,
Dacl_connection_handler.cc122 uint16_t AclConnectionHandler::CreateLeConnection(AddressWithType addr, in CreateLeConnection() function in test_vendor_lib::AclConnectionHandler
Dlink_layer_controller.cc1219 uint16_t handle = connections_.CreateLeConnection(address, own_address); in HandleLeConnection()
/system/bt/gd/hci/facade/
Dle_acl_manager_facade.cc69 acl_manager_->CreateLeConnection(peer, /* is_direct */ true); in CreateConnection()
/system/bt/main/shim/
Dacl.cc830 GetAclManager()->CreateLeConnection(address_with_type, is_direct); in accept_le_connection_from()