Home
last modified time | relevance | path

Searched refs:linkKeyRequest (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/evt/
H A Dhci_evt.c446 if (callbacks->linkKeyRequest != NULL) { in HciEventOnLinkKeyRequestEvent()
447 callbacks->linkKeyRequest(param); in HciEventOnLinkKeyRequestEvent()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci.h1008 void (*linkKeyRequest)(const HciLinkKeyRequestEventParam *eventParam); member
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_hci_receive.c940 .linkKeyRequest = GapRecvLinkKeyRequestEvent,