Home
last modified time | relevance | path

Searched refs:userConfirmationRequestReplyComplete (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/evt/
H A Dhci_evt_link_ctrl_cmd_complete.c151 if (callbacks->userConfirmationRequestReplyComplete != NULL) { in HciEventOnUserConfirmationRequestReplyComplete()
152 callbacks->userConfirmationRequestReplyComplete(&returnParam); in HciEventOnUserConfirmationRequestReplyComplete()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/cmd/
H A Dhci_cmd_failure_link_ctrl.c419 if (callbacks->userConfirmationRequestReplyComplete != NULL) { in HciCmdOnUserConfirmationRequestReplyFailed()
420 callbacks->userConfirmationRequestReplyComplete(&returnParam); in HciCmdOnUserConfirmationRequestReplyFailed()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci.h535 …void (*userConfirmationRequestReplyComplete)(const HciUserConfirmationRequestReplyReturnParam *ret… member
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_hci_receive.c913 .userConfirmationRequestReplyComplete = GapRecvUserConfirmationRequestReplyComplete,