uwb(hal): Add doc for the vendor command versioning scheme

Bug: 197886322
Test: Compiles
Change-Id: I25a6bc7d3db1a836c71900a480d8d3fbeb47306a
This commit is contained in:
Roshan Pius
2021-10-20 09:37:26 -07:00
parent 5c289a701e
commit efff0ebc51

View File

@@ -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();