Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dgap_le_if.h651 BTSTACK_API int GAPIF_LeScanSetEnable(uint8_t scanEnable, uint8_t filterDuplicates);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_le_if.c877 int GAPIF_LeScanSetEnable(uint8_t scanEnable, uint8_t filterDuplicates) in GAPIF_LeScanSetEnable() function
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_central_manager_impl.cpp1094 return GAPIF_LeScanSetEnable(enable, isDuplicates_); in SetScanEnable()