mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 22:04:26 +00:00
Add a new capability to indcate min slot duration.
Test: compile Bug: 254655623 Change-Id: Icac53069ddc61bbd60049880119973f1b4b0286d
This commit is contained in:
@@ -48,4 +48,5 @@ enum UwbVendorCapabilityTlvTypes {
|
||||
SUPPORTED_RANGE_DATA_NTF_CONFIG = 229,
|
||||
SUPPORTED_RSSI_REPORTING = 230,
|
||||
SUPPORTED_DIAGNOSTICS = 231,
|
||||
SUPPORTED_MIN_SLOT_DURATION = 232,
|
||||
}
|
||||
|
||||
@@ -179,4 +179,9 @@ enum UwbVendorCapabilityTlvTypes {
|
||||
* 0 - Feature not supported.
|
||||
*/
|
||||
SUPPORTED_DIAGNOSTICS = 0xE7,
|
||||
|
||||
/**
|
||||
* 4 byte value to indicate supported min slot duration in ms.
|
||||
*/
|
||||
SUPPORTED_MIN_SLOT_DURATION = 0xE8,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user