Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dgap_if.h198 } GapAuthenticationCallback; typedef
349 BTSTACK_API int GAPIF_RegisterAuthenticationCallback(const GapAuthenticationCallback *callback, voi…
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap.h157 int GAP_RegisterAuthenticationCallback(const GapAuthenticationCallback *callback, void *context);
H A Dgap_br_sec.c36 GapAuthenticationCallback callback;
1026 int GAP_RegisterAuthenticationCallback(const GapAuthenticationCallback *callback, void *context) in GAP_RegisterAuthenticationCallback()
H A Dgap_if.c645 int GAPIF_RegisterAuthenticationCallback(const GapAuthenticationCallback *callback, void *context) in GAPIF_RegisterAuthenticationCallback()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_adapter.cpp281 GapAuthenticationCallback authenticationCbs {}; in RegisterCallback()