Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dgap_le_if.h402 void (*lePairMethodNotify)(const BtAddr *addr, uint8_t pairMethod, void *context); member
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_le_sec.c260 if (g_lePairCallback.callback.lePairMethodNotify) { in GapLeAuthenticationRequest()
261 … g_lePairCallback.callback.lePairMethodNotify(&addr, pairMethod, g_lePairCallback.context); in GapLeAuthenticationRequest()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_security.cpp872 gapPairCallbacks_.lePairMethodNotify = &BleSecurity::LePairMethodNotify; in RegisterCallbackToGap()