Searched refs:STOP_SCAN_TYPE (Results 1 – 5 of 5) sorted by relevance
184 …const STOP_ALL_ADV_TYPE &stopAllAdvType, const STOP_SCAN_TYPE &scanType, bool isStartAdvAndScan = …
70 void StartOrStopScan(const STOP_SCAN_TYPE &scanType, bool isStartScan = false) const;
137 typedef enum { STOP_SCAN_TYPE_NOR = 0x00, STOP_SCAN_TYPE_RESOLVING_LIST = 0x01 } STOP_SCAN_TYPE; typedef
59 STOP_SCAN_TYPE stopScanType_ = STOP_SCAN_TYPE_NOR;724 void BleCentralManagerImpl::StartOrStopScan(const STOP_SCAN_TYPE &scanType, bool isStartScan) const in StartOrStopScan()
314 …const STOP_ALL_ADV_TYPE &stopAllAdvType, const STOP_SCAN_TYPE &scanType, bool isStartAdvAndScan) c… in StartOrStopAdvAndScan()