Home
last modified time | relevance | path

Searched refs:SetBleScanMode (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_properties.cpp298 bool BleProperties::SetBleScanMode(int scanmode) in SetBleScanMode() function in OHOS::bluetooth::BleProperties
302 return BleConfig::GetInstance().SetBleScanMode(scanmode); in SetBleScanMode()
316 ret &= SetBleScanMode(BLE_DEFAULT_SCAN_MODE); in SaveDefaultValues()
H A Dble_properties.h75 static bool SetBleScanMode(int scanmode);
H A Dble_config.h60 bool SetBleScanMode(int scanmode) const;
H A Dble_config.cpp269 bool BleConfig::SetBleScanMode(int scanmode) const in SetBleScanMode() function in OHOS::bluetooth::BleConfig