Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dgap_le_if.h341 void (*encryptionComplete)(uint8_t status, const BtAddr *addr, void *context); member
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_le_sec.c541 if (deviceInfo != NULL && g_leSecurityCallback.callback.encryptionComplete) { in GapLeEncryptionComplete()
542 … g_leSecurityCallback.callback.encryptionComplete(status, &addr, g_leSecurityCallback.context); in GapLeEncryptionComplete()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_security.cpp863 gapCallbacks_.encryptionComplete = &BleSecurity::EncryptionComplete; in RegisterCallbackToGap()