Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_feature.h32 class BleFeature { class
39 static BleFeature &GetInstance() in GetInstance()
41 static BleFeature instance; in GetInstance()
176 BleFeature() in BleFeature() function in OHOS::bluetooth::BleFeature
182 ~BleFeature() in ~BleFeature()
187 BleFeature(BleFeature &) = delete;
192 BleFeature &operator=(const BleFeature &) = delete;
H A Dble_advertiser_impl.cpp232 bool isCodedPhySupported = BleFeature::GetInstance().IsLeCodedPhySupported(); in CheckAdvertiserPara()
233 bool is2MPhySupported = BleFeature::GetInstance().IsLe2MPhySupported(); in CheckAdvertiserPara()
273 if (BleFeature::GetInstance().IsLeExtendedAdvertisingSupported()) { in StartAdvertising()
313 if (BleFeature::GetInstance().IsLeExtendedAdvertisingSupported()) { in StartLegacyAdvOrExAdv()
390 if (BleFeature::GetInstance().IsLeExtendedAdvertisingSupported()) { in StopAdvertising()
419 if (BleFeature::GetInstance().IsLeExtendedAdvertisingSupported()) { in StartAllAdvertising()
458 if (BleFeature::GetInstance().IsLeExtendedAdvertisingSupported()) { in StopAllAdvertising()
734 if (BleFeature::GetInstance().IsLeExtendedAdvertisingSupported()) { in DeregisterCallbackToGap()
1184 if (!BleFeature::GetInstance().IsLeExtendedAdvertisingSupported()) { in CreateAdvertiserSetHandle()
1195 uint8_t end = BleFeature in CreateAdvertiserSetHandle()
[all...]
H A Dble_adapter.cpp262 if (BleFeature::GetInstance().IsLeExtendedAdvertisingSupported()) { in DisableTask()
945 return BleFeature::GetInstance().GetBleMaximumAdvertisingDataLength(); in GetBleMaxAdvertisingDataLength()
1285 if ((pimpl->bleAdvertiser_ != nullptr) && (!BleFeature::GetInstance().IsLeExtendedAdvertisingSupported()) && in LeConnectionCompleteTask()
1630 return BleFeature::GetInstance().IsPrivacySupported(); in IsLlPrivacySupported()
H A Dble_central_manager_impl.cpp232 if (BleFeature::GetInstance().IsLeExtendedAdvertisingSupported()) { in DeregisterCallbackToGap()
727 if (BleFeature::GetInstance().IsExtendedScanSupported()) { in StartOrStopScan()
1168 if (BleFeature::GetInstance().IsExtendedScanSupported()) { in SetScanParamOrExScanParamToGap()
1651 if (BleFeature::GetInstance().IsExtendedScanSupported()) { in Stop()

Completed in 13 milliseconds