Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dgap_if.h178 } GapSecurityCallback; typedef
315 BTSTACK_API int GAPIF_RegisterSecurityCallback(const GapSecurityCallback *callback, void *context);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap.h123 int GAP_RegisterSecurityCallback(const GapSecurityCallback *callback, void *context);
H A Dgap_br_sec.c31 GapSecurityCallback callback;
467 int GAP_RegisterSecurityCallback(const GapSecurityCallback *callback, void *context) in GAP_RegisterSecurityCallback()
H A Dgap_if.c535 int GAPIF_RegisterSecurityCallback(const GapSecurityCallback *callback, void *context) in GAPIF_RegisterSecurityCallback()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_adapter.cpp298 GapSecurityCallback securityCb {}; in RegisterCallback()