Home
last modified time | relevance | path

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

/aosp12/system/bt/gd/hci/acl_manager/
H A Dle_connection_callbacks.h36 virtual void OnLeConnectFail(AddressWithType, ErrorCode reason) = 0;
H A Dle_impl.h169 le_client_handler_->Post(common::BindOnce(&LeConnectionCallbacks::OnLeConnectFail, in on_le_connection_complete()
227 le_client_handler_->Post(common::BindOnce(&LeConnectionCallbacks::OnLeConnectFail, in on_le_enhanced_connection_complete()
/aosp12/system/bt/gd/l2cap/le/internal/
H A Dlink_manager.h73 void OnLeConnectFail(hci::AddressWithType address_with_type, hci::ErrorCode reason) override;
H A Dlink_manager.cc130 void LinkManager::OnLeConnectFail(hci::AddressWithType address_with_type, hci::ErrorCode reason) { in OnLeConnectFail() function in bluetooth::l2cap::le::internal::LinkManager
H A Dlink_manager_test.cc275 …_callback_handler->Post(common::BindOnce(&hci::acl_manager::LeConnectionCallbacks::OnLeConnectFail, in TEST_F()
/aosp12/system/bt/main/shim/
H A Dacl.h61 void OnLeConnectFail(hci::AddressWithType, hci::ErrorCode reason) override;
H A Dacl.cc1340 void shim::legacy::Acl::OnLeConnectFail(hci::AddressWithType address_with_type, in OnLeConnectFail() function in shim::legacy::Acl
/aosp12/system/bt/gd/hci/facade/
H A Dle_acl_manager_facade.cc249 void OnLeConnectFail(AddressWithType address, ErrorCode reason) override { in OnLeConnectFail() function in bluetooth::hci::facade::LeAclManagerFacadeService
/aosp12/system/bt/gd/hci/
H A Dacl_manager_test.cc429 MOCK_METHOD(void, OnLeConnectFail, (AddressWithType, ErrorCode reason), (override));
708 OnLeConnectFail(remote_with_type, ErrorCode::CONNECTION_REJECTED_LIMITED_RESOURCES)); in TEST_F()