Home
last modified time | relevance | path

Searched refs:HciPinCodeRequestEventParam (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.c179 {HciCommonFilterAddress, offsetof(HciPinCodeRequestEventParam, bdAddr)},
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_internal.h116 void GapOnPINCodeRequestEvent(const HciPinCodeRequestEventParam *eventParam);
H A Dgap_hci_receive.c353 static void GapRecvPINCodeRequestEvent(const HciPinCodeRequestEventParam *eventParam) in GapRecvPINCodeRequestEvent()
H A Dgap_br_sec.c1420 void GapOnPINCodeRequestEvent(const HciPinCodeRequestEventParam *eventParam) in GapOnPINCodeRequestEvent()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci_def_evt.h262 } HciPinCodeRequestEventParam; typedef
H A Dhci.h1005 void (*pinCodeRequest)(const HciPinCodeRequestEventParam *eventParam);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/evt/
H A Dhci_evt.c412 HciPinCodeRequestEventParam *param = (HciPinCodeRequestEventParam *)BufferPtr(payloadBuffer); in HciEventOnPINCodeRequestEvent()
417 if (length != sizeof(HciPinCodeRequestEventParam)) { in HciEventOnPINCodeRequestEvent()