Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/evt/
H A Dhci_evt_le.c153 if (callbacks->leLongTermKeyRequest != NULL) { in HciEventOnLeLongTermKeyRequestEvent()
154 callbacks->leLongTermKeyRequest(eventParam); in HciEventOnLeLongTermKeyRequestEvent()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci.h1402 void (*leLongTermKeyRequest)(const HciLeLongTermKeyRequestEventParam *eventParam); member
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp.c115 .leLongTermKeyRequest = SMP_OnLELongTermKeyRequest,