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

Commit fff90a26 authored by Roshan Pius's avatar Roshan Pius Committed by Presubmit Automerger Backend
Browse files

[automerge] uwb[aidl]: Added LAST_STS_INDEX_USED config into CCC open ranging params 2p: 9bd47ef7

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

Bug: 268762844
Change-Id: I5cc5234025cfd386e122825eb5cc081df98d3dd0
parents c2f669c2 9bd47ef7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -40,6 +40,7 @@ enum UwbVendorSessionAppConfigTlvTypes {
  CCC_UWB_CONFIG_ID = 164,
  CCC_PULSESHAPE_COMBO = 165,
  CCC_URSK_TTL = 166,
  CCC_LAST_INDEX_USED = 168,
  NB_OF_RANGE_MEASUREMENTS = 227,
  NB_OF_AZIMUTH_MEASUREMENTS = 228,
  NB_OF_ELEVATION_MEASUREMENTS = 229,
+2 −0
Original line number Diff line number Diff line
@@ -46,6 +46,8 @@ enum UwbVendorSessionAppConfigTlvTypes {
    CCC_PULSESHAPE_COMBO = 0xA5,
    /** 2 byte data */
    CCC_URSK_TTL = 0xA6,
    /** 4 byte data */
    CCC_LAST_INDEX_USED = 0xA8,

    /**
     * Range 0xE3 - 0xFF is reserved for proprietary use in the FIRA spec.