Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dgap_le_if.h688 BTSTACK_API int GAPIF_LeExScanSetEnable(
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_le_if.c987 int GAPIF_LeExScanSetEnable(uint8_t scanEnable, uint8_t filterDuplicates, uint16_t duration, uint16… in GAPIF_LeExScanSetEnable() function
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_central_manager_impl.cpp1101 return GAPIF_LeExScanSetEnable(enable, isDuplicates_, 0, 0); in SetExScanEnable()