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

Commit f617f30e authored by Harpreet "Eli" Sangha's avatar Harpreet "Eli" Sangha Committed by Gerrit Code Review
Browse files

Merge "UWB: Remove Unused RTSU Constants"

parents ed4117ff 64d44e2a
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
@@ -160,14 +160,4 @@ interface IUwbAdapter {
   * closed.
   */
  const int RANGING_SESSION_CLOSE_THRESHOLD_MS = 3000; // Value TBD

  /**
   * Ranging scheduling time unit (RSTU) for High Rate Pulse (HRP) PHY
   */
  const int HIGH_RATE_PULSE_CHIRPS_PER_RSTU = 416;

  /**
   * Ranging scheduling time unit (RSTU) for Low Rate Pulse (LRP) PHY
   */
  const int LOW_RATE_PULSE_CHIRPS_PER_RSTU = 1;
}