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

Commit c00217cc 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

parents da606360 595041e6
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
     ********************************************/