Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_snoop_filter_evt.c216 {HciCommonFilterAddress, offsetof(HciUserPasskeyNotificationEventParam, bdAddr)},
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_internal.h126 void GapOnUserPasskeyNotificationEvent(const HciUserPasskeyNotificationEventParam *eventParam);
H A Dgap_hci_receive.c488 static void GapRecvUserPasskeyNotificationEvent(const HciUserPasskeyNotificationEventParam *eventPa… in GapRecvUserPasskeyNotificationEvent()
H A Dgap_br_sec.c1247 void GapOnUserPasskeyNotificationEvent(const HciUserPasskeyNotificationEventParam *eventParam) in GapOnUserPasskeyNotificationEvent()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci_def_evt.h535 } HciUserPasskeyNotificationEventParam; typedef
H A Dhci.h1080 void (*userPasskeyNotification)(const HciUserPasskeyNotificationEventParam *eventParam);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/evt/
H A Dhci_evt.c858 if (BufferGetSize(payloadBuffer) != sizeof(HciUserPasskeyNotificationEventParam)) { in HciEventOnUserPasskeyNotificationEvent()
862HciUserPasskeyNotificationEventParam *param = (HciUserPasskeyNotificationEventParam *)BufferPtr(pa… in HciEventOnUserPasskeyNotificationEvent()