Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_utils_server.cpp47 case SCAN_MODE_LOW_LATENCY: in GetScanModeName()
48 return "SCAN_MODE_LOW_LATENCY(2)"; in GetScanModeName()
H A Dbluetooth_ble_central_manager_server.cpp622 case SCAN_MODE_LOW_LATENCY: in SetWindowAndInterval()
/foundation/communication/bluetooth/frameworks/js/napi/src/
H A Dnapi_bluetooth_host.cpp111 env, scanDuty, static_cast<int>(ScanDuty::SCAN_MODE_LOW_LATENCY), "SCAN_MODE_LOW_LATENCY"); in ScanDutyInit()
/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
H A Dnapi_bluetooth_ble.cpp389 case static_cast<int32_t>(ScanDuty::SCAN_MODE_LOW_LATENCY): in ConvertDutyMode()
390 params.dutyMode = ScanDuty::SCAN_MODE_LOW_LATENCY; in ConvertDutyMode()
1065 env, scanDutyObj, static_cast<int32_t>(ScanDuty::SCAN_MODE_LOW_LATENCY), "SCAN_MODE_LOW_LATENCY"); in PropertyInit()
/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_utils.h193 SCAN_MODE_LOW_LATENCY = 2 // Scan using highest duty cycle member in OHOS::Bluetooth::ScanDuty
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_def.h397 SCAN_MODE_LOW_LATENCY = 0x02, enumerator
/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Dbt_def.h412 SCAN_MODE_LOW_LATENCY = 0x02, enumerator
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_central_manager_impl.cpp796 case SCAN_MODE_LOW_LATENCY: in SetScanModeDuration()

Completed in 15 milliseconds