Add the unit of slot duration to its name.

Test: compile
Bug: 266980744
Change-Id: I1418b7a1b9e938b03e785cb1b2b4c92a8f4c9ecf
This commit is contained in:
ziyiw
2023-01-31 17:54:15 +00:00
parent 55b74f29a6
commit 9bf67194db
2 changed files with 2 additions and 2 deletions

View File

@@ -49,6 +49,6 @@ enum UwbVendorCapabilityTlvTypes {
SUPPORTED_RANGE_DATA_NTF_CONFIG = 229, SUPPORTED_RANGE_DATA_NTF_CONFIG = 229,
SUPPORTED_RSSI_REPORTING = 230, SUPPORTED_RSSI_REPORTING = 230,
SUPPORTED_DIAGNOSTICS = 231, SUPPORTED_DIAGNOSTICS = 231,
SUPPORTED_MIN_SLOT_DURATION = 232, SUPPORTED_MIN_SLOT_DURATION_MS = 232,
SUPPORTED_MAX_RANGING_SESSION_NUMBER = 233, SUPPORTED_MAX_RANGING_SESSION_NUMBER = 233,
} }

View File

@@ -188,7 +188,7 @@ enum UwbVendorCapabilityTlvTypes {
/** /**
* 4 byte value to indicate supported min slot duration in ms. * 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 * Int value to indicate supported max number of fira ranging sessions