[uwb-interfaces] Add support for prioritized channel list

Test: compiles
Bug: 293959095
Change-Id: I18da378128b96b73ae457045354d22a4add988d0
This commit is contained in:
Shreshta Manu
2023-08-07 16:52:42 +00:00
parent 074a4b4861
commit cef396ca26
2 changed files with 6 additions and 0 deletions

View File

@@ -45,6 +45,7 @@ enum UwbVendorCapabilityTlvTypes {
CCC_SUPPORTED_RAN_MULTIPLIER = 0xA7,
CCC_SUPPORTED_MAX_RANGING_SESSION_NUMBER = 0xA8,
CCC_SUPPORTED_MIN_UWB_INITIATION_TIME_MS = 0xA9,
CCC_PRIORITIZED_CHANNEL_LIST = 0xAA,
RADAR_SUPPORT = 0xB0,
SUPPORTED_AOA_RESULT_REQ_ANTENNA_INTERLEAVING = 0xE3,
SUPPORTED_MIN_RANGING_INTERVAL_MS = 0xE4,

View File

@@ -149,6 +149,11 @@ enum UwbVendorCapabilityTlvTypes {
*/
CCC_SUPPORTED_MIN_UWB_INITIATION_TIME_MS = 0xA9,
/**
* Byte array of channels supported by the device, ordered by priority from highest to lowest.
*/
CCC_PRIORITIZED_CHANNEL_LIST = 0xAA,
/*********************************************
* RADAR specific
********************************************/