Home
last modified time | relevance | path

Searched refs:HciLinkKeyRequestReplyParam (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.c106 int HCI_LinkKeyRequestReply(const HciLinkKeyRequestReplyParam *param) in HCI_LinkKeyRequestReply()
112 …*cmd = HciAllocCmd(HCI_LINK_KEY_REQUEST_REPLY, (void *)param, sizeof(HciLinkKeyRequestReplyParam)); in HCI_LinkKeyRequestReply()
H A Dhci_cmd_failure_link_ctrl.c169 .bdAddr = ((HciLinkKeyRequestReplyParam *)param)->bdAddr, in HciCmdOnLinkKeyRequestReplyFailed()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci_def_link_ctrl_cmd.h152 } HciLinkKeyRequestReplyParam; typedef
H A Dhci.h61 int HCI_LinkKeyRequestReply(const HciLinkKeyRequestReplyParam *param);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_snoop_filter_cmd.c64 offsetof(HciLinkKeyRequestReplyParam, bdAddr),
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_br_sec.c1496 HciLinkKeyRequestReplyParam hciCmdParam; in GapLinkKeyRequestReply()