Home
last modified time | relevance | path

Searched refs:userPasskeyRequestNegativeReplyComplete (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.c193 if (callbacks->userPasskeyRequestNegativeReplyComplete != NULL) { in HciEventOnUserPasskeyRequestNegativeReplyComplete()
194 callbacks->userPasskeyRequestNegativeReplyComplete(&returnParam); in HciEventOnUserPasskeyRequestNegativeReplyComplete()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/cmd/
H A Dhci_cmd_failure_link_ctrl.c449 if (callbacks->userPasskeyRequestNegativeReplyComplete != NULL) { in HciCmdOnUserPasskeyRequestNegativeReplyFailed()
450 callbacks->userPasskeyRequestNegativeReplyComplete(&returnParam); in HciCmdOnUserPasskeyRequestNegativeReplyFailed()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci.h545 …void (*userPasskeyRequestNegativeReplyComplete)(const HciUserPasskeyRequestNegativeReplyReturnPara… member
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_hci_receive.c916 .userPasskeyRequestNegativeReplyComplete = GapRecvUserPasskeyRequestNegativeReplyComplete,