Home
last modified time | relevance | path

Searched refs:HciPinCodeRequestReplyParam (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.c131 int HCI_PINCodeRequestReply(const HciPinCodeRequestReplyParam *param) in HCI_PINCodeRequestReply()
137 …*cmd = HciAllocCmd(HCI_PIN_CODE_REQUEST_REPLY, (void *)param, sizeof(HciPinCodeRequestReplyParam)); in HCI_PINCodeRequestReply()
H A Dhci_cmd_failure_link_ctrl.c199 .bdAddr = ((HciPinCodeRequestReplyParam *)param)->bdAddr, in HciCmdOnPinCodeRequestReplyFailed()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci_def_link_ctrl_cmd.h180 } HciPinCodeRequestReplyParam; typedef
H A Dhci.h69 int HCI_PINCodeRequestReply(const HciPinCodeRequestReplyParam *param);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_snoop_filter_cmd.c76 offsetof(HciPinCodeRequestReplyParam, bdAddr),
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_br_sec.c1402 HciPinCodeRequestReplyParam hciCmdParam; in GapPINCodeRequestReply()