Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_advertiser_impl.h273 int SetExAdvBatchEnableToGap(bool isEnable) const;
H A Dble_advertiser_impl.cpp401 int ret = SetExAdvBatchEnableToGap(isStartAdv); in StartAllAdvertising()
436 int ret = SetExAdvBatchEnableToGap(isStartAdv); in StopAllAdvertising()
1073 int BleAdvertiserImpl::SetExAdvBatchEnableToGap(bool isEnable) const in SetExAdvBatchEnableToGap() function in OHOS::bluetooth::BleAdvertiserImpl