Merge "Add a new capability to indcate min slot duration."

This commit is contained in:
Treehugger Robot
2022-11-18 19:27:51 +00:00
committed by Gerrit Code Review
2 changed files with 6 additions and 0 deletions

View File

@@ -48,4 +48,5 @@ enum UwbVendorCapabilityTlvTypes {
SUPPORTED_RANGE_DATA_NTF_CONFIG = 229,
SUPPORTED_RSSI_REPORTING = 230,
SUPPORTED_DIAGNOSTICS = 231,
SUPPORTED_MIN_SLOT_DURATION = 232,
}

View File

@@ -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,
}