From efff0ebc51826d3d05e6330969936c0313815e29 Mon Sep 17 00:00:00 2001 From: Roshan Pius Date: Wed, 20 Oct 2021 09:37:26 -0700 Subject: [PATCH] uwb(hal): Add doc for the vendor command versioning scheme Bug: 197886322 Test: Compiles Change-Id: I25a6bc7d3db1a836c71900a480d8d3fbeb47306a --- uwb/aidl/android/hardware/uwb/IUwbChip.aidl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/uwb/aidl/android/hardware/uwb/IUwbChip.aidl b/uwb/aidl/android/hardware/uwb/IUwbChip.aidl index 5f1a59e92a..9530af4471 100755 --- a/uwb/aidl/android/hardware/uwb/IUwbChip.aidl +++ b/uwb/aidl/android/hardware/uwb/IUwbChip.aidl @@ -51,6 +51,10 @@ interface IUwbChip { /** * Supported version of vendor UCI specification. + * + * This corresponds to the version of the "android.hardware.uwb.fira_android" types-only + * package included in the HAL implementation. This vendor params/commands package will be + * updated on a different cadence to the main UWB HAL interface package. */ int getSupportedVendorUciVersion();