mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:50:18 +00:00
Merge "Change the unit of slot duration from ms to rstu."
This commit is contained in:
@@ -1 +1 @@
|
||||
39791e3a4bb9892a340e94e44860048624d2f66e
|
||||
590d9f45625a2c353011cf85f18d1d08593b8a0a
|
||||
|
||||
@@ -49,7 +49,7 @@ enum UwbVendorCapabilityTlvTypes {
|
||||
SUPPORTED_RANGE_DATA_NTF_CONFIG = 229,
|
||||
SUPPORTED_RSSI_REPORTING = 230,
|
||||
SUPPORTED_DIAGNOSTICS = 231,
|
||||
SUPPORTED_MIN_SLOT_DURATION_MS = 232,
|
||||
SUPPORTED_MIN_SLOT_DURATION_RSTU = 232,
|
||||
SUPPORTED_MAX_RANGING_SESSION_NUMBER = 233,
|
||||
SUPPORTED_CHANNELS_AOA = 234,
|
||||
}
|
||||
|
||||
@@ -49,7 +49,7 @@ enum UwbVendorCapabilityTlvTypes {
|
||||
SUPPORTED_RANGE_DATA_NTF_CONFIG = 229,
|
||||
SUPPORTED_RSSI_REPORTING = 230,
|
||||
SUPPORTED_DIAGNOSTICS = 231,
|
||||
SUPPORTED_MIN_SLOT_DURATION_MS = 232,
|
||||
SUPPORTED_MIN_SLOT_DURATION_RSTU = 232,
|
||||
SUPPORTED_MAX_RANGING_SESSION_NUMBER = 233,
|
||||
SUPPORTED_CHANNELS_AOA = 234,
|
||||
}
|
||||
|
||||
@@ -186,9 +186,9 @@ enum UwbVendorCapabilityTlvTypes {
|
||||
SUPPORTED_DIAGNOSTICS = 0xE7,
|
||||
|
||||
/**
|
||||
* 4 byte value to indicate supported min slot duration in ms.
|
||||
* 4 byte value to indicate supported min slot duration in rstu.
|
||||
*/
|
||||
SUPPORTED_MIN_SLOT_DURATION_MS = 0xE8,
|
||||
SUPPORTED_MIN_SLOT_DURATION_RSTU = 0xE8,
|
||||
|
||||
/**
|
||||
* Int value to indicate supported max number of fira ranging sessions
|
||||
|
||||
Reference in New Issue
Block a user