Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_adapter.h184 …const STOP_ALL_ADV_TYPE &stopAllAdvType, const STOP_SCAN_TYPE &scanType, bool isStartAdvAndScan = …
H A Dble_central_manager_impl.h70 void StartOrStopScan(const STOP_SCAN_TYPE &scanType, bool isStartScan = false) const;
H A Dble_defs.h137 typedef enum { STOP_SCAN_TYPE_NOR = 0x00, STOP_SCAN_TYPE_RESOLVING_LIST = 0x01 } STOP_SCAN_TYPE; typedef
H A Dble_central_manager_impl.cpp59 STOP_SCAN_TYPE stopScanType_ = STOP_SCAN_TYPE_NOR;
724 void BleCentralManagerImpl::StartOrStopScan(const STOP_SCAN_TYPE &scanType, bool isStartScan) const in StartOrStopScan()
H A Dble_adapter.cpp314 …const STOP_ALL_ADV_TYPE &stopAllAdvType, const STOP_SCAN_TYPE &scanType, bool isStartAdvAndScan) c… in StartOrStopAdvAndScan()