From 64d44e2a4b2226d97cd5eff54eaf47b8561eff3c Mon Sep 17 00:00:00 2001 From: Harpreet Eli Sangha Date: Wed, 7 Apr 2021 12:11:03 +0900 Subject: UWB: Remove Unused RTSU Constants Bug: 184691885 Test: Build Signed-off-by: Harpreet Eli Sangha Change-Id: I92a3b5ec96bd152544b9b46dfacfdd970e5b7d1f --- core/java/android/uwb/IUwbAdapter.aidl | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'core/java') 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; } -- cgit v1.2.3