mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Add the unit of slot duration to its name. am: 9bf67194db
Original change: https://googleplex-android-review.googlesource.com/c/platform/hardware/interfaces/+/21161338 Change-Id: I288a772416f9283896fdf981096cd8cf01621049 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -49,6 +49,6 @@ enum UwbVendorCapabilityTlvTypes {
|
||||
SUPPORTED_RANGE_DATA_NTF_CONFIG = 229,
|
||||
SUPPORTED_RSSI_REPORTING = 230,
|
||||
SUPPORTED_DIAGNOSTICS = 231,
|
||||
SUPPORTED_MIN_SLOT_DURATION = 232,
|
||||
SUPPORTED_MIN_SLOT_DURATION_MS = 232,
|
||||
SUPPORTED_MAX_RANGING_SESSION_NUMBER = 233,
|
||||
}
|
||||
|
||||
@@ -188,7 +188,7 @@ enum UwbVendorCapabilityTlvTypes {
|
||||
/**
|
||||
* 4 byte value to indicate supported min slot duration in ms.
|
||||
*/
|
||||
SUPPORTED_MIN_SLOT_DURATION = 0xE8,
|
||||
SUPPORTED_MIN_SLOT_DURATION_MS = 0xE8,
|
||||
|
||||
/**
|
||||
* Int value to indicate supported max number of fira ranging sessions
|
||||
|
||||
Reference in New Issue
Block a user