[uwb-interfaces] Add support for prioritized channel list am: 595041e6fb

Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2698595

Change-Id: I7e374c48b473348d532f3de0c2937e0de9f93f52
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Shreshta Manu
2023-08-08 23:29:00 +00:00
committed by Automerger Merge Worker
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
********************************************/