commit | e35dd69c89219513fad00eb48ce54af6592b0cee | [log] [tgz] |
---|---|---|
author | Presubmit Automerger Backend <android-build-presubmit-automerger-backend@system.gserviceaccount.com> | Wed Jul 27 20:26:44 2022 +0000 |
committer | Presubmit Automerger Backend <android-build-presubmit-automerger-backend@system.gserviceaccount.com> | Wed Jul 27 20:26:44 2022 +0000 |
tree | 6965ca226f0163c93dece607c2ef8da0962aca84 | |
parent | d659c5206e8c64d8d1291700eaced541ac587578 [diff] | |
parent | d5796d6576e7c2e9b9280638f17731d4f9275678 [diff] |
[automerge] Add Diagnostics Oid in HAL. 2p: d5796d6576 Original change: https://googleplex-android-review.googlesource.com/c/platform/hardware/interfaces/+/19439059 Bug: 236969605 Change-Id: I871b7448de09de4c1c8ce910318e366ae3a5f0ef
diff --git a/uwb/aidl/aidl_api/android.hardware.uwb.fira_android/current/android/hardware/uwb/fira_android/UwbVendorGidAndroidOids.aidl b/uwb/aidl/aidl_api/android.hardware.uwb.fira_android/current/android/hardware/uwb/fira_android/UwbVendorGidAndroidOids.aidl index cd2e122..fbcfbff 100644 --- a/uwb/aidl/aidl_api/android.hardware.uwb.fira_android/current/android/hardware/uwb/fira_android/UwbVendorGidAndroidOids.aidl +++ b/uwb/aidl/aidl_api/android.hardware.uwb.fira_android/current/android/hardware/uwb/fira_android/UwbVendorGidAndroidOids.aidl
@@ -36,4 +36,5 @@ enum UwbVendorGidAndroidOids { ANDROID_GET_POWER_STATS = 0, ANDROID_SET_COUNTRY_CODE = 1, + ANDROID_RANGE_DIAGNOSTICS = 2, }
diff --git a/uwb/aidl/android/hardware/uwb/fira_android/UwbVendorGidAndroidOids.aidl b/uwb/aidl/android/hardware/uwb/fira_android/UwbVendorGidAndroidOids.aidl index e389a2d..42d52f1 100644 --- a/uwb/aidl/android/hardware/uwb/fira_android/UwbVendorGidAndroidOids.aidl +++ b/uwb/aidl/android/hardware/uwb/fira_android/UwbVendorGidAndroidOids.aidl
@@ -31,4 +31,8 @@ // Used to set the current regulatory country code (determined usinag // SIM or hardcoded by OEM). ANDROID_SET_COUNTRY_CODE = 0x1, + // Used by the notification to get UWB ranging diagnostics stats. + // Supported only if the UwbVendorCapabilityTlvTypes.SUPPORTED_DIAGNOSTICS set + // to 1. + ANDROID_RANGE_DIAGNOSTICS = 0x2, }