Searched refs:encryptionKeyRefreshComplete (Results 1 – 5 of 5) sorted by relevance
365 if (callbacks->encryptionKeyRefreshComplete != NULL) { in HciCmdOnLeStartEncryptionFailed()366 callbacks->encryptionKeyRefreshComplete(&eventParam); in HciCmdOnLeStartEncryptionFailed()
701 if (callbacks->encryptionKeyRefreshComplete != NULL) { in HciEventOnEncryptionKeyRefreshCompleteEvent()702 callbacks->encryptionKeyRefreshComplete(param); in HciEventOnEncryptionKeyRefreshCompleteEvent()
1053 … void (*encryptionKeyRefreshComplete)(const HciEncryptionKeyRefreshCompleteEventParam *eventParam); member
944 .encryptionKeyRefreshComplete = GapRecvEncryptionKeyRefreshComplete,
114 .encryptionKeyRefreshComplete = SMP_OnLEEncryptionKeyRefreshComplete,