Home
last modified time | relevance | path

Searched refs:encryptionKeyRefreshComplete (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/cmd/
H A Dhci_cmd_failure_le_controller.c365 if (callbacks->encryptionKeyRefreshComplete != NULL) { in HciCmdOnLeStartEncryptionFailed()
366 callbacks->encryptionKeyRefreshComplete(&eventParam); in HciCmdOnLeStartEncryptionFailed()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/evt/
H A Dhci_evt.c701 if (callbacks->encryptionKeyRefreshComplete != NULL) { in HciEventOnEncryptionKeyRefreshCompleteEvent()
702 callbacks->encryptionKeyRefreshComplete(param); in HciEventOnEncryptionKeyRefreshCompleteEvent()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci.h1053 … void (*encryptionKeyRefreshComplete)(const HciEncryptionKeyRefreshCompleteEventParam *eventParam); member
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_hci_receive.c944 .encryptionKeyRefreshComplete = GapRecvEncryptionKeyRefreshComplete,
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp.c114 .encryptionKeyRefreshComplete = SMP_OnLEEncryptionKeyRefreshComplete,