Home
last modified time | relevance | path

Searched refs:linkKeyRequestReplyComplete (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.c67 if (callbacks->linkKeyRequestReplyComplete != NULL) { in HciEventOnLinkKeyRequestReplyComplete()
68 callbacks->linkKeyRequestReplyComplete(&returnParam); in HciEventOnLinkKeyRequestReplyComplete()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/cmd/
H A Dhci_cmd_failure_link_ctrl.c174 if (callbacks->linkKeyRequestReplyComplete != NULL) { in HciCmdOnLinkKeyRequestReplyFailed()
175 callbacks->linkKeyRequestReplyComplete(&returnParam); in HciCmdOnLinkKeyRequestReplyFailed()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci.h514 void (*linkKeyRequestReplyComplete)(const HciLinkKeyRequestReplyReturnParam *returnParam); member
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_hci_receive.c907 .linkKeyRequestReplyComplete = GapRecvLinkKeyRequestReplyComplete,