Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f3be7699 authored by Shreshta Manu's avatar Shreshta Manu Committed by Automerger Merge Worker
Browse files

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

[uwb-interfaces] Add support for prioritized channel list am: 595041e6 am: c00217cc am: a37c2d0a

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



Change-Id: I3aa95c87fee3dc81b4cad55ce1e12a1275674800
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents d5e9f6ed a37c2d0a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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,
+5 −0
Original line number Diff line number Diff line
@@ -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
     ********************************************/