mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 05:49:27 +00:00
[uwb-interfaces] Add support for prioritized channel list
Test: compiles Bug: 293959095 Change-Id: I18da378128b96b73ae457045354d22a4add988d0
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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
|
||||
********************************************/
|
||||
|
||||
Reference in New Issue
Block a user