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

Commit 3063a122 authored by Bob Wang's avatar Bob Wang Committed by Android (Google) Code Review
Browse files

Merge changes from topic "presubmit-am-b22a13ff4f3e489f907abff6d4526cb4" into udc-dev

* changes:
  [automerge] Add min uwb initiation time as new vendor capability. 2p: 2f83e56e
  Add min uwb initiation time as new vendor capability.
parents 90c8cd9a 090e46a1
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
     ********************************************/