Searched refs:encryptionComplete (Results 1 – 3 of 3) sorted by relevance
341 void (*encryptionComplete)(uint8_t status, const BtAddr *addr, void *context); member
541 if (deviceInfo != NULL && g_leSecurityCallback.callback.encryptionComplete) { in GapLeEncryptionComplete()542 … g_leSecurityCallback.callback.encryptionComplete(status, &addr, g_leSecurityCallback.context); in GapLeEncryptionComplete()
863 gapCallbacks_.encryptionComplete = &BleSecurity::EncryptionComplete; in RegisterCallbackToGap()