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

Commit fee00f3f authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "uwb(hal): Add a new capability TLV for supported rng ntf thresholds" into tm-mainline-prod

parents a3321631 d32a5ed8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -45,4 +45,5 @@ enum UwbVendorCapabilityTlvTypes {
  CCC_SUPPORTED_RAN_MULTIPLIER = 167,
  SUPPORTED_AOA_RESULT_REQ_ANTENNA_INTERLEAVING = 227,
  SUPPORTED_MIN_RANGING_INTERVAL_MS = 228,
  SUPPORTED_RANGE_DATA_NTF_CONFIG = 229,
}
+8 −0
Original line number Diff line number Diff line
@@ -155,4 +155,12 @@ enum UwbVendorCapabilityTlvTypes {
     * 4 byte value to indicate supported min ranging interval in ms.
     */
    SUPPORTED_MIN_RANGING_INTERVAL_MS = 0xE4,

    /**
     * 4 byte bitmask to indicate the supported RANGE_DATA_NTF_CONFIG values
     *
     * Bitmask where each bit corresponds to values used in
     * RANGE_DATA_NTF_CONFIG in SET_APP_CFG_CMD
     */
    SUPPORTED_RANGE_DATA_NTF_CONFIG = 0xE5,
}