summaryrefslogtreecommitdiff
path: root/core/java
diff options
context:
space:
mode:
authorHarpreet Eli Sangha <eliptus@google.com>2021-04-07 12:11:03 +0900
committerHarpreet Eli Sangha <eliptus@google.com>2021-04-07 12:11:03 +0900
commit64d44e2a4b2226d97cd5eff54eaf47b8561eff3c (patch)
treecd4232cd0f9586ef754ffa67ee805c437be413dc /core/java
parente92c4e2d6f244fba7f3bd816830194079aef3826 (diff)
UWB: Remove Unused RTSU Constants
Bug: 184691885 Test: Build Signed-off-by: Harpreet Eli Sangha <eliptus@google.com> Change-Id: I92a3b5ec96bd152544b9b46dfacfdd970e5b7d1f
Diffstat (limited to 'core/java')
-rw-r--r--core/java/android/uwb/IUwbAdapter.aidl10
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;
}