Searched refs:on_failed (Results 1 – 5 of 5) sorted by relevance
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_main_shim_acl_legacy_interface.cc | 29 .connection.classic.on_failed = nullptr, 33 .connection.le.on_failed = nullptr,
|
/packages/modules/Bluetooth/system/main/shim/ |
D | acl_legacy_interface.cc | 54 .connection.classic.on_failed = on_acl_br_edr_failed, in GetAclInterface() 59 .connection.le.on_failed = acl_ble_connection_fail, in GetAclInterface()
|
D | acl_legacy_interface.h | 37 void (*on_failed)(const RawAddress& bda, tHCI_STATUS status, member 50 void (*on_failed)(const tBLE_BD_ADDR& address_with_type, uint16_t handle, member
|
D | acl.cc | 364 acl_interface.connection.classic.on_failed != nullptr, in ValidateAclInterface() 372 log::assert_that(acl_interface.connection.le.on_failed != nullptr, in ValidateAclInterface() 1683 TRY_POSTING_ON_MAIN(acl_interface_.connection.classic.on_failed, bd_addr, in OnConnectFail() 1789 TRY_POSTING_ON_MAIN(acl_interface_.connection.le.on_failed, in OnLeConnectFail()
|
/packages/modules/Bluetooth/system/main/test/ |
D | main_shim_test.cc | 165 .connection.classic.on_failed = mock_connection_classic_on_failed, 171 .connection.le.on_failed = mock_connection_le_on_failed,
|