diff options
| -rw-r--r-- | core/java/android/uwb/IUwbAdapter.aidl | 10 | 
1 files changed, 0 insertions, 10 deletions
diff --git a/core/java/android/uwb/IUwbAdapter.aidl b/core/java/android/uwb/IUwbAdapter.aidl index 4036892fb9e7..30da248e9e87 100644 --- a/core/java/android/uwb/IUwbAdapter.aidl +++ b/core/java/android/uwb/IUwbAdapter.aidl @@ -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;  }  |