Home
last modified time | relevance | path

Searched refs:on_authentication_complete (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/system/test/mock/
Dmock_main_shim_acl_legacy_interface.cc36 .link.classic.on_authentication_complete = nullptr,
/packages/modules/Bluetooth/system/main/shim/
Dacl_legacy_interface.cc62 .link.classic.on_authentication_complete = btm_sec_auth_complete, in GetAclInterface()
Dacl_legacy_interface.h57 void (*on_authentication_complete)(uint16_t handle, tHCI_STATUS status); member
Dacl.cc551 TRY_POSTING_ON_MAIN(interface_.on_authentication_complete, handle_, in OnAuthenticationComplete()
/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dclassic_impl.h94 on_authentication_complete(event_packet); in on_classic_event()
481 void on_authentication_complete(EventView packet) { in on_authentication_complete() function
/packages/modules/Bluetooth/system/main/test/
Dmain_shim_test.cc174 .link.classic.on_authentication_complete = nullptr,