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

Commit b70f9363 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Add min uwb initiation time as new vendor capability." am: d0d17b1c

parents ff413b84 d0d17b1c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -44,6 +44,7 @@ enum UwbVendorCapabilityTlvTypes {
  CCC_SUPPORTED_PULSE_SHAPE_COMBOS = 166,
  CCC_SUPPORTED_RAN_MULTIPLIER = 167,
  CCC_SUPPORTED_MAX_RANGING_SESSION_NUMBER = 168,
  CCC_SUPPORTED_MIN_UWB_INITIATION_TIME_MS = 169,
  SUPPORTED_AOA_RESULT_REQ_ANTENNA_INTERLEAVING = 227,
  SUPPORTED_MIN_RANGING_INTERVAL_MS = 228,
  SUPPORTED_RANGE_DATA_NTF_CONFIG = 229,
+5 −0
Original line number Diff line number Diff line
@@ -144,6 +144,11 @@ enum UwbVendorCapabilityTlvTypes {
     */
    CCC_SUPPORTED_MAX_RANGING_SESSION_NUMBER = 0xA8,

    /**
     * Int value to indicate the smallest supported CCC uwb initiation time in ms
     */
    CCC_SUPPORTED_MIN_UWB_INITIATION_TIME_MS = 0xA9,

    /*********************************************
     * FIRA specific
     ********************************************/