Home
last modified time | relevance | path

Searched refs:HciUserConfirmationRequestReplyParam (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.c299 int HCI_UserConfirmationRequestReply(const HciUserConfirmationRequestReplyParam *param) in HCI_UserConfirmationRequestReply()
306 …(HCI_USER_CONFIRMATION_REQUEST_REPLY, (void *)param, sizeof(HciUserConfirmationRequestReplyParam)); in HCI_UserConfirmationRequestReply()
H A Dhci_cmd_failure_link_ctrl.c414 .bdAddr = ((HciUserConfirmationRequestReplyParam *)param)->bdAddr, in HciCmdOnUserConfirmationRequestReplyFailed()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci_def_link_ctrl_cmd.h393 } HciUserConfirmationRequestReplyParam; typedef
H A Dhci.h125 int HCI_UserConfirmationRequestReply(const HciUserConfirmationRequestReplyParam *param);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_snoop_filter_cmd.c127 offsetof(HciUserConfirmationRequestReplyParam, bdAddr),
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_br_sec.c1143 HciUserConfirmationRequestReplyParam hciCmdParam; in GapUserConfirmationRequestReply()