Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_security.cpp860 GapLeSecurityCallback gapCallbacks_ {}; in RegisterCallbackToGap() local
863 gapCallbacks_.encryptionComplete = &BleSecurity::EncryptionComplete; in RegisterCallbackToGap()
864 gapCallbacks_.leLocalEncryptionKeyReqEvent = &BleSecurity::LeLocalEncryptionKeyReqEvent; in RegisterCallbackToGap()
865 gapCallbacks_.leRemoteEncryptionKeyReqEvent = &BleSecurity::LeRemoteEncryptionKeyReqEvent; in RegisterCallbackToGap()
866 gapCallbacks_.leSignCounterChangeNotification = &BleSecurity::LeSignCounterChangeNotification; in RegisterCallbackToGap()
867 gapCallbacks_.GapRequestSigningAlgorithmInfo = &BleSecurity::GapRequestSigningAlgorithmInfo; in RegisterCallbackToGap()
868 int ret = GAPIF_RegisterLeSecurityCallback(&gapCallbacks_, this); in RegisterCallbackToGap()