mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:50:18 +00:00
[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:
@@ -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