Home
last modified time | relevance | path

Searched refs:SetPhy (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.cpp608 pimpl->scanSettingImpl_.SetPhy(settings.GetPhy()); in SetScanParams()
716 pimpl->scanSettingImpl_.SetPhy(max.phy); in IsNewScanParams()
734 pimpl->scanSettingImpl_.SetPhy(PHY_LE_ALL_SUPPORTED); in IsAllStop()
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_ble_central_manager.h349 void SetPhy(int phy);
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_ble_central_manager.cpp202 outSetting.SetPhy(inSettings.GetPhy()); in ConvertBleScanSetting()
684 void BleScanSettings::SetPhy(int phy) in SetPhy() function in OHOS::Bluetooth::BleScanSettings
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Dble_parcel_data.h743 void SetPhy(int phy) in SetPhy() function
H A Dble_service_data.h127 void SetPhy(int phy);
H A Dble_service_data.cpp70 void BleScanSettingsImpl::SetPhy(int phy) in SetPhy() function in OHOS::bluetooth::BleScanSettingsImpl
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/ble/
H A Dble_test.cpp61 BleTest::bleInstance_->bleScanSettings_.SetPhy(PHY_TYPE::PHY_LE_ALL_SUPPORTED); in InitScanSettings()
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
H A Dnapi_bluetooth_ble.cpp136 settings.SetPhy(static_cast<int32_t>(scanOptions.phyType)); in SysStartBLEScan()
620 outSettinngs.SetPhy(static_cast<int32_t>(scanOptions.phyType)); in CheckBleScanParams()