Home
last modified time | relevance | path

Searched refs:SetAdvEnableToGap (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_advertiser_impl.cpp183 int ret = SetAdvEnableToGap(true); in ReStartLegacyAdvertising()
374 ret = SetAdvEnableToGap(false); in StopAdvertising()
419 int ret = SetAdvEnableToGap(isStartAdv); in StartAllAdvertising()
456 int ret = SetAdvEnableToGap(isStartAdv); in StopAllAdvertising()
1055 int BleAdvertiserImpl::SetAdvEnableToGap(bool isEnable) const in SetAdvEnableToGap() function in OHOS::bluetooth::BleAdvertiserImpl
1303 int ret = SetAdvEnableToGap(true); in GapAdvScanRspDataSetCompleteEvt()
1802 …advertiser->dispatcher_->PostTask(std::bind(&BleAdvertiserImpl::SetAdvEnableToGap, advertiser, fal… in TimerCallback()
1815 …advertiser->dispatcher_->PostTask(std::bind(&BleAdvertiserImpl::SetAdvEnableToGap, advertiser, tru… in TimerCallback()
H A Dble_advertiser_impl.h258 int SetAdvEnableToGap(bool isEnable) const;