Home
last modified time | relevance | path

Searched refs:OnLeConnectFail (Results 1 – 7 of 7) sorted by relevance

/system/bt/gd/l2cap/le/internal/
Dlink_manager.h62 void OnLeConnectFail(hci::AddressWithType address_with_type, hci::ErrorCode reason) override;
Dlink_manager.cc140 void LinkManager::OnLeConnectFail(hci::AddressWithType address_with_type, hci::ErrorCode reason) { in OnLeConnectFail() function in bluetooth::l2cap::le::internal::LinkManager
Dlink_manager_test.cc254 hci_callback_handler->Post(common::BindOnce(&hci::LeConnectionCallbacks::OnLeConnectFail, in TEST_F()
/system/bt/gd/hci/
Dacl_manager.h190 virtual void OnLeConnectFail(AddressWithType, ErrorCode reason) = 0;
Dacl_manager_test.cc358 MOCK_METHOD(void, OnLeConnectFail, (AddressWithType, ErrorCode reason), (override));
551 OnLeConnectFail(remote_with_type, ErrorCode::CONNECTION_REJECTED_LIMITED_RESOURCES)); in TEST_F()
Dacl_manager.cc402 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/
Dle_acl_manager_facade.cc211 void OnLeConnectFail(AddressWithType address, ErrorCode reason) override { in OnLeConnectFail() function in bluetooth::hci::facade::LeAclManagerFacadeService