Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dgap_if.h381 BTSTACK_API int GAPIF_CancelAuthenticationReq(const BtAddr *addr);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_if.c753 int GAPIF_CancelAuthenticationReq(const BtAddr *addr) in GAPIF_CancelAuthenticationReq() function
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_adapter.cpp1850 bool ret = (GAPIF_CancelAuthenticationReq(&btAddr) == BT_SUCCESS); in CancelPairing()