Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dgap_if.h193 void (*simplePairComplete)(const BtAddr *addr, uint8_t status, void *context); member
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_br_sec.c1644 if (g_authenticationCallback.callback.simplePairComplete) { in GapOnSimplePairingComplete()
1645 g_authenticationCallback.callback.simplePairComplete( in GapOnSimplePairingComplete()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_adapter.cpp290 authenticationCbs.simplePairComplete = SimplePairCompleteCallback; in RegisterCallback()