Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dgap_le_if.h345 void (*leSignCounterChangeNotification)( member
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_le_sec.c1245 if (g_leSecurityCallback.callback.leSignCounterChangeNotification) { in GapDoCallbackSignCounterChange()
1246 g_leSecurityCallback.callback.leSignCounterChangeNotification( in GapDoCallbackSignCounterChange()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_security.cpp866 gapCallbacks_.leSignCounterChangeNotification = &BleSecurity::LeSignCounterChangeNotification; in RegisterCallbackToGap()