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

Commit 090e46a1 authored by ziyiw's avatar ziyiw Committed by Presubmit Automerger Backend
Browse files

[automerge] Add min uwb initiation time as new vendor capability. 2p: 2f83e56e

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

Bug: 245854896
Change-Id: I8507e1257fe809ad0db8c184c1638cfa4396f66c
parents 3972fcdb 2f83e56e
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
     ********************************************/