Home
last modified time | relevance | path

Searched refs:stopAllAdvType (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_advertiser_impl.h109 void StartOrStopAllAdvertising(const STOP_ALL_ADV_TYPE &stopAllAdvType, bool isStartAdv = false) const;
376 void StartAllAdvertising(const STOP_ALL_ADV_TYPE &stopAllAdvType, bool isStartAdv) const;
377 void StopAllAdvertising(const STOP_ALL_ADV_TYPE &stopAllAdvType, bool isStartAdv) const;
H A Dble_advertiser_impl.cpp405 void BleAdvertiserImpl::StartOrStopAllAdvertising(const STOP_ALL_ADV_TYPE &stopAllAdvType, bool isStartAdv) const in StartOrStopAllAdvertising() argument
410 StartAllAdvertising(stopAllAdvType, isStartAdv); in StartOrStopAllAdvertising()
412 StopAllAdvertising(stopAllAdvType, isStartAdv); in StartOrStopAllAdvertising()
416 void BleAdvertiserImpl::StartAllAdvertising(const STOP_ALL_ADV_TYPE &stopAllAdvType, bool isStartAdv) const in StartAllAdvertising() argument
430 iter->second.stopAllAdvType_ = stopAllAdvType; in StartAllAdvertising()
446 iter->second.stopAllAdvType_ = stopAllAdvType; in StartAllAdvertising()
455 void BleAdvertiserImpl::StopAllAdvertising(const STOP_ALL_ADV_TYPE &stopAllAdvType, bool isStartAdv) const in StopAllAdvertising() argument
464 if (stopAllAdvType != STOP_ADV_TYPE_RESOLVING_LIST) { in StopAllAdvertising()
471 iter->second.stopAllAdvType_ = stopAllAdvType; in StopAllAdvertising()
487 iter->second.stopAllAdvType_ = stopAllAdvType; in StopAllAdvertising()
[all...]
H A Dble_adapter.h184 const STOP_ALL_ADV_TYPE &stopAllAdvType, const STOP_SCAN_TYPE &scanType, bool isStartAdvAndScan = false) const;
H A Dble_adapter.cpp311 const STOP_ALL_ADV_TYPE &stopAllAdvType, const STOP_SCAN_TYPE &scanType, bool isStartAdvAndScan) const in StartOrStopAdvAndScan()
318 pimpl->bleAdvertiser_->StartOrStopAllAdvertising(stopAllAdvType, isStartAdvAndScan); in StartOrStopAdvAndScan()
310 StartOrStopAdvAndScan( const STOP_ALL_ADV_TYPE &stopAllAdvType, const STOP_SCAN_TYPE &scanType, bool isStartAdvAndScan) const StartOrStopAdvAndScan() argument

Completed in 6 milliseconds