Home
last modified time | relevance | path

Searched refs:HciPinCodeRequestReplyReturnParam (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_internal.h98 void GapPINCodeRequestReplyComplete(const HciPinCodeRequestReplyReturnParam *param);
H A Dgap_hci_receive.c70 static void GapRecvPINCodeRequestReplyComplete(const HciPinCodeRequestReplyReturnParam *param) in GapRecvPINCodeRequestReplyComplete()
H A Dgap_br_sec.c1447 void GapPINCodeRequestReplyComplete(const HciPinCodeRequestReplyReturnParam *param) in GapPINCodeRequestReplyComplete()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/evt/
H A Dhci_evt_link_ctrl_cmd_complete.c89 HciPinCodeRequestReplyReturnParam returnParam = {0}; in HciEventOnPINCodeRequestReplyCompete()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci_def_link_ctrl_cmd.h185 } HciPinCodeRequestReplyReturnParam; typedef
H A Dhci.h520 void (*pinCodeRequestReplyComplete)(const HciPinCodeRequestReplyReturnParam *returnParam);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_snoop_filter_cmd.c78 offsetof(HciPinCodeRequestReplyReturnParam, bdAddr),
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/cmd/
H A Dhci_cmd_failure_link_ctrl.c197 HciPinCodeRequestReplyReturnParam returnParam = { in HciCmdOnPinCodeRequestReplyFailed()