Home
last modified time | relevance | path

Searched refs:HciLinkKeyRequestEventParam (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.c180 {HciCommonFilterAddress, offsetof(HciLinkKeyRequestEventParam, bdAddr)},
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_internal.h117 void GapOnLinkKeyRequestEvent(const HciLinkKeyRequestEventParam *eventParam);
H A Dgap_hci_receive.c362 static void GapRecvLinkKeyRequestEvent(const HciLinkKeyRequestEventParam *eventParam) in GapRecvLinkKeyRequestEvent()
H A Dgap_br_sec.c1556 NO_SANITIZE("cfi") void GapOnLinkKeyRequestEvent(const HciLinkKeyRequestEventParam *eventParam) in GapOnLinkKeyRequestEvent()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci_def_evt.h270 } HciLinkKeyRequestEventParam; typedef
H A Dhci.h1008 void (*linkKeyRequest)(const HciLinkKeyRequestEventParam *eventParam);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/evt/
H A Dhci_evt.c435 HciLinkKeyRequestEventParam *param = (HciLinkKeyRequestEventParam *)BufferPtr(payloadBuffer); in HciEventOnLinkKeyRequestEvent()
440 if (length != sizeof(HciLinkKeyRequestEventParam)) { in HciEventOnLinkKeyRequestEvent()