Home
last modified time | relevance | path

Searched refs:SCAN_MODE_BALANCED (Results 1 - 8 of 8) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_utils_server.cpp45 case SCAN_MODE_BALANCED: in GetScanModeName()
46 return "SCAN_MODE_BALANCED(1)"; in GetScanModeName()
H A Dbluetooth_ble_central_manager_server.cpp618 case SCAN_MODE_BALANCED: in SetWindowAndInterval()
/foundation/communication/bluetooth/frameworks/js/napi/src/
H A Dnapi_bluetooth_host.cpp109 SetNamedPropertyByInteger(env, scanDuty, static_cast<int>(ScanDuty::SCAN_MODE_BALANCED), "SCAN_MODE_BALANCED"); in ScanDutyInit()
/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
H A Dnapi_bluetooth_ble.cpp386 case static_cast<int32_t>(ScanDuty::SCAN_MODE_BALANCED): in ConvertDutyMode()
387 params.dutyMode = ScanDuty::SCAN_MODE_BALANCED; in ConvertDutyMode()
1063 env, scanDutyObj, static_cast<int32_t>(ScanDuty::SCAN_MODE_BALANCED), "SCAN_MODE_BALANCED"); in PropertyInit()
/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_utils.h192 SCAN_MODE_BALANCED = 1, // balanced power mode member in OHOS::Bluetooth::ScanDuty
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_def.h396 SCAN_MODE_BALANCED = 0x01, enumerator
/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Dbt_def.h411 SCAN_MODE_BALANCED = 0x01, enumerator
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_central_manager_impl.cpp793 case SCAN_MODE_BALANCED: in SetScanModeDuration()

Completed in 16 milliseconds