Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dclassic_impl.h482 AuthenticationCompleteView authentication_complete = AuthenticationCompleteView::Create(packet); in on_authentication_complete() local
483 if (!authentication_complete.IsValid()) { in on_authentication_complete()
487 uint16_t handle = authentication_complete.GetConnectionHandle(); in on_authentication_complete()
489 callbacks->OnAuthenticationComplete(authentication_complete.GetStatus()); in on_authentication_complete()