Home
last modified time | relevance | path

Searched refs:GetScanMode (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_ble_central_manager_server.cpp393 … SetWindowAndInterval(settings.GetScanMode(), iter->param.scanWindow, iter->param.scanInterval); in StartScan()
395 iter->param.scanMode = settings.GetScanMode(); in StartScan()
606 pimpl->scanSettingImpl_.SetScanMode(settings.GetScanMode()); in SetScanParams()
708 …canModeName(max.scanMode).c_str(), GetScanModeName(pimpl->scanSettingImpl_.GetScanMode()).c_str()); in IsNewScanParams()
710 pimpl->scanSettingImpl_.GetScanMode() != max.scanMode || in IsNewScanParams()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Dble_service_data.h103 int GetScanMode() const;
222 (scanMode_ == rhs.GetScanMode()) &&
H A Dble_parcel_data.h710 int GetScanMode() const in GetScanMode() function
H A Dble_service_data.cpp55 int BleScanSettingsImpl::GetScanMode() const in GetScanMode() function in OHOS::bluetooth::BleScanSettingsImpl
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_ble_central_manager.h325 int GetScanMode() const;
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_ble_central_manager.cpp200 outSetting.SetScanMode(inSettings.GetScanMode()); in ConvertBleScanSetting()
669 int BleScanSettings::GetScanMode() const in GetScanMode() function in OHOS::Bluetooth::BleScanSettings
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/ble/
H A Dble_test.cpp290 … EXPECT_EQ(SCAN_MODE::SCAN_MODE_LOW_POWER, BleTest::bleInstance_->bleScanSettings_.GetScanMode());
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_central_manager_impl.cpp699 SetScanModeDuration(setting.GetScanMode(), matchingMode); in StartScan()