Home
last modified time | relevance | path

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

/foundation/communication/bluetooth/services/bluetooth_standard/stack/src/gap/
Dgap_internal.h114 void GapOnAuthenticationComplete(const HciAuthenticationCompleteEventParam *eventParam);
Dgap_hci_receive.c322 static void GapRecvAuthenticationComplete(const HciAuthenticationCompleteEventParam *eventParam) in GapRecvAuthenticationComplete()
Dgap_br_sec.c850 void GapOnAuthenticationComplete(const HciAuthenticationCompleteEventParam *eventParam) in GapOnAuthenticationComplete()
/foundation/communication/bluetooth/services/bluetooth_standard/stack/src/hci/
Dhci_def_evt.h96 } HciAuthenticationCompleteEventParam; typedef
Dhci.h963 void (*authenticationComplete)(const HciAuthenticationCompleteEventParam *eventParam);
/foundation/communication/bluetooth/services/bluetooth_standard/stack/src/hci/evt/
Dhci_evt.c556HciAuthenticationCompleteEventParam *param = (HciAuthenticationCompleteEventParam *)BufferPtr(payl… in HciEventOnAuthencationCompleteEvent()
561 if (length != sizeof(HciAuthenticationCompleteEventParam)) { in HciEventOnAuthencationCompleteEvent()
/foundation/communication/bluetooth/services/bluetooth_standard/stack/src/hci/cmd/
Dhci_cmd_failure_link_ctrl.c227 HciAuthenticationCompleteEventParam eventParam = { in HciCmdOnAuthenticationRequestedFailed()