Home
last modified time | relevance | path

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

/system/bt/main/shim/
Dacl_legacy_interface.cc47 .link.classic.on_authentication_complete = btm_sec_auth_complete, in GetAclInterface()
Dacl_legacy_interface.h61 void (*on_authentication_complete)(uint16_t handle, tHCI_STATUS status); member
Dacl.cc401 TRY_POSTING_ON_MAIN(interface_.on_authentication_complete, handle_, in OnAuthenticationComplete()
/system/bt/gd/hci/acl_manager/
Dclassic_impl.h91 on_authentication_complete(event_packet); in on_classic_event()
350 void on_authentication_complete(EventView packet) { in on_authentication_complete() function
/system/bt/main/test/
Dmain_shim_test.cc139 .link.classic.on_authentication_complete = nullptr, in GetMockAclInterface()