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_interface.cc28 .connection.classic.on_failed = nullptr,
32 .connection.le.on_failed = nullptr,
/packages/modules/Bluetooth/system/main/shim/
Dacl_interface.cc47 .connection.classic.on_failed = on_acl_br_edr_failed, in GetAclInterface()
51 .connection.le.on_failed = acl_ble_connection_fail, in GetAclInterface()
Dacl_interface.h36 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
Dacl.cc340 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/
Dmain_shim_test.cc161 .connection.classic.on_failed = mock_connection_classic_on_failed,
166 .connection.le.on_failed = mock_connection_le_on_failed,