Searched refs:OnLeConnectFail (Results 1 – 7 of 7) sorted by relevance
/system/bt/gd/l2cap/le/internal/ |
D | link_manager.h | 62 void OnLeConnectFail(hci::AddressWithType address_with_type, hci::ErrorCode reason) override;
|
D | link_manager.cc | 140 void LinkManager::OnLeConnectFail(hci::AddressWithType address_with_type, hci::ErrorCode reason) { in OnLeConnectFail() function in bluetooth::l2cap::le::internal::LinkManager
|
D | link_manager_test.cc | 254 hci_callback_handler->Post(common::BindOnce(&hci::LeConnectionCallbacks::OnLeConnectFail, in TEST_F()
|
/system/bt/gd/hci/ |
D | acl_manager.h | 190 virtual void OnLeConnectFail(AddressWithType, ErrorCode reason) = 0;
|
D | acl_manager_test.cc | 358 MOCK_METHOD(void, OnLeConnectFail, (AddressWithType, ErrorCode reason), (override)); 551 OnLeConnectFail(remote_with_type, ErrorCode::CONNECTION_REJECTED_LIMITED_RESOURCES)); in TEST_F()
|
D | acl_manager.cc | 402 le_client_handler_->Post(common::BindOnce(&LeConnectionCallbacks::OnLeConnectFail, in on_le_connection_complete() 435 le_client_handler_->Post(common::BindOnce(&LeConnectionCallbacks::OnLeConnectFail, in on_le_enhanced_connection_complete()
|
/system/bt/gd/hci/facade/ |
D | le_acl_manager_facade.cc | 211 void OnLeConnectFail(AddressWithType address, ErrorCode reason) override { in OnLeConnectFail() function in bluetooth::hci::facade::LeAclManagerFacadeService
|