Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_le_sec.c377 if (g_lePairCallback.callback.lePairComplete) { in GapDoPairResultCallback()
378 g_lePairCallback.callback.lePairComplete(addr, status, 0, g_lePairCallback.context); in GapDoPairResultCallback()
411 if (g_lePairCallback.callback.lePairComplete) { in GapLePairResult()
412 …g_lePairCallback.callback.lePairComplete(&addr, status, result->authFlag, g_lePairCallback.context… in GapLePairResult()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dgap_le_if.h410 void (*lePairComplete)(const BtAddr *addr, uint8_t result, uint8_t keyType, void *context); member
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_security.cpp879 gapPairCallbacks_.lePairComplete = &BleSecurity::LePairComplete; in RegisterCallbackToGap()