diff options
| author | Harpreet "Eli" Sangha <eliptus@google.com> | 2021-04-08 01:59:33 +0000 |
|---|---|---|
| committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | 2021-04-08 01:59:33 +0000 |
| commit | bb579654f93b8776a3a8029ff3afcf28242517fd (patch) | |
| tree | 07b1894f5a08b2f18e7ece9abe2392d5a4b75a97 /core/java | |
| parent | d40e17099ff8032e132838941fd9473a1e8876e3 (diff) | |
| parent | f617f30ee068dbef72e82572e0cab245c17581d0 (diff) | |
Merge "UWB: Remove Unused RTSU Constants" am: f617f30ee0
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1666999
Change-Id: If88fc22d5ff98ba0c217e2eeee0993fa59a891a4
Diffstat (limited to 'core/java')
| -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; } |
