Searched refs:OnLeConnectFail (Results 1 – 9 of 9) sorted by relevance
/aosp12/system/bt/gd/hci/acl_manager/ |
H A D | le_connection_callbacks.h | 36 virtual void OnLeConnectFail(AddressWithType, ErrorCode reason) = 0;
|
H A D | le_impl.h | 169 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 D | link_manager.h | 73 void OnLeConnectFail(hci::AddressWithType address_with_type, hci::ErrorCode reason) override;
|
H A D | link_manager.cc | 130 void LinkManager::OnLeConnectFail(hci::AddressWithType address_with_type, hci::ErrorCode reason) { in OnLeConnectFail() function in bluetooth::l2cap::le::internal::LinkManager
|
H A D | link_manager_test.cc | 275 …_callback_handler->Post(common::BindOnce(&hci::acl_manager::LeConnectionCallbacks::OnLeConnectFail, in TEST_F()
|
/aosp12/system/bt/main/shim/ |
H A D | acl.h | 61 void OnLeConnectFail(hci::AddressWithType, hci::ErrorCode reason) override;
|
H A D | acl.cc | 1340 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 D | le_acl_manager_facade.cc | 249 void OnLeConnectFail(AddressWithType address, ErrorCode reason) override { in OnLeConnectFail() function in bluetooth::hci::facade::LeAclManagerFacadeService
|
/aosp12/system/bt/gd/hci/ |
H A D | acl_manager_test.cc | 429 MOCK_METHOD(void, OnLeConnectFail, (AddressWithType, ErrorCode reason), (override)); 708 OnLeConnectFail(remote_with_type, ErrorCode::CONNECTION_REJECTED_LIMITED_RESOURCES)); in TEST_F()
|