Home
last modified time | relevance | path

Searched refs:HciPinCodeRequestNegativeReplyParam (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/cmd/
H A Dhci_cmd_link_ctrl.c143 int HCI_PINCodeRequestNegativeReply(const HciPinCodeRequestNegativeReplyParam *param) in HCI_PINCodeRequestNegativeReply()
150 …d(HCI_PIN_CODE_REQUEST_NEGATIVE_REPLY, (void *)param, sizeof(HciPinCodeRequestNegativeReplyParam)); in HCI_PINCodeRequestNegativeReply()
H A Dhci_cmd_failure_link_ctrl.c214 .bdAddr = ((HciPinCodeRequestNegativeReplyParam *)param)->bdAddr, in HciCmdOnPinCodeRequestNegativeReplyFailed()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci_def_link_ctrl_cmd.h193 } HciPinCodeRequestNegativeReplyParam; typedef
H A Dhci.h73 int HCI_PINCodeRequestNegativeReply(const HciPinCodeRequestNegativeReplyParam *param);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_snoop_filter_cmd.c82 offsetof(HciPinCodeRequestNegativeReplyParam, bdAddr),
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_br_sec.c1413 HciPinCodeRequestNegativeReplyParam hciCmdParam; in GapPINCodeRequestNegativeReply()