Home
last modified time | relevance | path

Searched refs:HciUserPasskeyRequestNegativeReplyParam (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.c338 int HCI_UserPasskeyRequestNegativeReply(const HciUserPasskeyRequestNegativeReplyParam *param) in HCI_UserPasskeyRequestNegativeReply()
345 …ER_PASSKEY_REQUEST_NEGATIVE_REPLY, (void *)param, sizeof(HciUserPasskeyRequestNegativeReplyParam)); in HCI_UserPasskeyRequestNegativeReply()
H A Dhci_cmd_failure_link_ctrl.c444 .bdAddr = ((HciUserPasskeyRequestNegativeReplyParam *)param)->bdAddr, in HciCmdOnUserPasskeyRequestNegativeReplyFailed()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci_def_link_ctrl_cmd.h433 } HciUserPasskeyRequestNegativeReplyParam; typedef
H A Dhci.h137 int HCI_UserPasskeyRequestNegativeReply(const HciUserPasskeyRequestNegativeReplyParam *param);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_snoop_filter_cmd.c145 offsetof(HciUserPasskeyRequestNegativeReplyParam, bdAddr),
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_br_sec.c1240 HciUserPasskeyRequestNegativeReplyParam hciCmdParam; in GapUserPasskeyRequestNegativeReply()