/packages/modules/Bluetooth/system/rust/src/connection/ffi/ |
D | connection_shim.cc | 42 void OnLeConnectFail(core::AddressWithType addr, uint8_t status) const { in OnLeConnectFail() function 107 virtual void OnLeConnectFail(hci::AddressWithType address, in OnLeConnectFail() function 109 callbacks_.value()->OnLeConnectFail(ToRustAddress(address), in OnLeConnectFail()
|
/packages/modules/Bluetooth/system/gd/hci/acl_manager/ |
D | le_connection_callbacks.h | 36 virtual void OnLeConnectFail(AddressWithType, ErrorCode reason) = 0;
|
D | le_acceptlist_callbacks.h | 36 virtual void OnLeConnectFail(AddressWithType, ErrorCode reason) = 0;
|
D | le_connection_callbacks_mock.h | 40 void, OnLeConnectFail, (AddressWithType address_with_type, ErrorCode reason), (override));
|
D | le_impl_test.cc | 232 void, OnLeConnectFail, (AddressWithType address_with_type, ErrorCode reason), (override)); 238 MOCK_METHOD(void, OnLeConnectFail, (AddressWithType address, ErrorCode reason), (override)); 1239 mock_le_connection_callbacks_, OnLeConnectFail(_, ErrorCode::CONNECTION_ACCEPT_TIMEOUT)) in TEST_F() 1489 EXPECT_CALL(callbacks, OnLeConnectFail(_, _)) in TEST_F()
|
D | le_impl.h | 313 &LeConnectionCallbacks::OnLeConnectFail, in report_le_connection_failure() 318 le_acceptlist_callbacks_->OnLeConnectFail(address, status); in report_le_connection_failure() 1032 &LeConnectionCallbacks::OnLeConnectFail, in on_create_connection_timeout()
|
/packages/modules/Bluetooth/system/gd/l2cap/le/internal/ |
D | link_manager.h | 76 void OnLeConnectFail(hci::AddressWithType address_with_type, hci::ErrorCode reason) override;
|
D | link_manager.cc | 134 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 | 276 &hci::acl_manager::LeConnectionCallbacks::OnLeConnectFail, in TEST_F()
|
/packages/modules/Bluetooth/system/main/shim/ |
D | acl.h | 62 void OnLeConnectFail(hci::AddressWithType, hci::ErrorCode reason) override;
|
D | acl.cc | 1780 void shim::legacy::Acl::OnLeConnectFail(hci::AddressWithType address_with_type, in OnLeConnectFail() function in shim::legacy::Acl
|
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_main_shim_acl.cc | 145 void shim::legacy::Acl::OnLeConnectFail( in OnLeConnectFail() function in shim::legacy::Acl
|
/packages/modules/Bluetooth/system/gd/hci/facade/ |
D | le_acl_manager_facade.cc | 343 void OnLeConnectFail(AddressWithType address, ErrorCode reason) override { in OnLeConnectFail() function in bluetooth::hci::facade::LeAclManagerFacadeService
|
/packages/modules/Bluetooth/system/gd/hci/ |
D | acl_manager_unittest.cc | 154 MOCK_METHOD(void, OnLeConnectFail, (AddressWithType, ErrorCode reason), (override));
|
D | acl_manager_test.cc | 472 OnLeConnectFail(remote_with_type, ErrorCode::CONNECTION_REJECTED_LIMITED_RESOURCES)); in TEST_F()
|