mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-02 10:05:19 +00:00
[uwb-interfaces] Add support for prioritized channel list
Test: compiles Bug: 293959095 (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:cef396ca26136d812405e78009e7a1374ca89e5c) Merged-In: I18da378128b96b73ae457045354d22a4add988d0 Change-Id: I18da378128b96b73ae457045354d22a4add988d0
This commit is contained in:
committed by
Android Build Cherrypicker Worker
parent
955fb9e5fc
commit
595041e6fb
@@ -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