Home
last modified time | relevance | path

Searched refs:HciLinkKeyNotificationEventParam (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.c181 {HciCommonFilterAddress, offsetof(HciLinkKeyNotificationEventParam, bdAddr)},
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_internal.h118 void GapOnLinkKeyNotificationEvent(const HciLinkKeyNotificationEventParam *eventParam);
H A Dgap_hci_receive.c371 static void GapRecvLinkKeyNotificationEvent(const HciLinkKeyNotificationEventParam *eventParam) in GapRecvLinkKeyNotificationEvent()
H A Dgap_br_sec.c1536 NO_SANITIZE("cfi") void GapOnLinkKeyNotificationEvent(const HciLinkKeyNotificationEventParam *event… in GapOnLinkKeyNotificationEvent()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci_def_evt.h290 } HciLinkKeyNotificationEventParam; typedef
H A Dhci.h1011 void (*linkKeyNotification)(const HciLinkKeyNotificationEventParam *eventParam);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/evt/
H A Dhci_evt.c458HciLinkKeyNotificationEventParam *param = (HciLinkKeyNotificationEventParam *)BufferPtr(payloadBuf… in HciEventOnLinkKeyNotificationEvent()
463 if (length != sizeof(HciLinkKeyNotificationEventParam)) { in HciEventOnLinkKeyNotificationEvent()