Searched refs:on_failed (Results 1 – 5 of 5) sorted by relevance
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_main_shim_acl_interface.cc | 28 .connection.classic.on_failed = nullptr, 32 .connection.le.on_failed = nullptr,
|
/packages/modules/Bluetooth/system/main/shim/ |
D | acl_interface.cc | 47 .connection.classic.on_failed = on_acl_br_edr_failed, in GetAclInterface() 51 .connection.le.on_failed = acl_ble_connection_fail, in GetAclInterface()
|
D | acl_interface.h | 36 void (*on_failed)(const RawAddress& bda, tHCI_STATUS status, bool locally_initiated); member 45 void (*on_failed)(const tBLE_BD_ADDR& address_with_type, uint16_t handle, bool enhanced, member
|
D | acl.cc | 340 log::assert_that(acl_interface.connection.classic.on_failed != nullptr, in ValidateAclInterface() 347 log::assert_that(acl_interface.connection.le.on_failed != nullptr, in ValidateAclInterface() 1455 TRY_POSTING_ON_MAIN(acl_interface_.connection.classic.on_failed, bd_addr, in OnConnectFail() 1546 TRY_POSTING_ON_MAIN(acl_interface_.connection.le.on_failed, legacy_address_with_type, handle, in OnLeConnectFail()
|
/packages/modules/Bluetooth/system/main/test/ |
D | main_shim_test.cc | 161 .connection.classic.on_failed = mock_connection_classic_on_failed, 166 .connection.le.on_failed = mock_connection_le_on_failed,
|