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

Commit f660cc49 authored by Ayush Jain's avatar Ayush Jain Committed by Automerger Merge Worker
Browse files

Merge "[hal] Add support for CCC capability UWBS_MAX_PPM." into main am: c1afcae7

parents 9235c8bf c1afcae7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -46,6 +46,7 @@ enum UwbVendorCapabilityTlvTypes {
  CCC_SUPPORTED_MAX_RANGING_SESSION_NUMBER = 0xA8,
  CCC_SUPPORTED_MIN_UWB_INITIATION_TIME_MS = 0xA9,
  CCC_PRIORITIZED_CHANNEL_LIST = 0xAA,
  CCC_SUPPORTED_UWBS_MAX_PPM = 0xAB,
  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
@@ -154,6 +154,11 @@ enum UwbVendorCapabilityTlvTypes {
     */
    CCC_PRIORITIZED_CHANNEL_LIST = 0xAA,

    /**
     * Short (2-octet) value to indicate the UWBS Max Clock Skew PPM value.
     */
    CCC_SUPPORTED_UWBS_MAX_PPM = 0xAB,

    /*********************************************
     * RADAR specific
     ********************************************/