Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
Dgap_if.h494 BTSTACK_API int GAPIF_GetRemoteNameCancel(const BtAddr *addr);
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
Dgap_if.c1094 int GAPIF_GetRemoteNameCancel(const BtAddr *addr) in GAPIF_GetRemoteNameCancel() function
/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
Dclassic_adapter.cpp1136 bool ret = (GAPIF_GetRemoteNameCancel(&btAddr) == BT_SUCCESS); in CancelGetRemoteName()