Home
last modified time | relevance | path

Searched refs:on_failed (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/test/mock/
Dmock_main_shim_acl_legacy_interface.cc29 .connection.classic.on_failed = nullptr,
33 .connection.le.on_failed = nullptr,
/packages/modules/Bluetooth/system/main/shim/
Dacl_legacy_interface.cc54 .connection.classic.on_failed = on_acl_br_edr_failed, in GetAclInterface()
59 .connection.le.on_failed = acl_ble_connection_fail, in GetAclInterface()
Dacl_legacy_interface.h37 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
Dacl.cc364 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/
Dmain_shim_test.cc165 .connection.classic.on_failed = mock_connection_classic_on_failed,
171 .connection.le.on_failed = mock_connection_le_on_failed,