mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:23:37 +00:00
Add a Vendor dependent UCI Status code for UWB OFF
Add a UCI status code for scenario when UWB needs to be turned off due to Regulatory reasons. Ran the "m android.hardware.uwb.fira_android-update-api" command to update the generated AIDL API. Bug: 267554906 Test: Compile make.com.google.android.uwb Change-Id: I5f86007776479fefe2d3b3e36d16ef628f92cebd
This commit is contained in:
@@ -36,4 +36,5 @@ package android.hardware.uwb.fira_android;
|
||||
enum UwbVendorStatusCodes {
|
||||
STATUS_ERROR_CCC_SE_BUSY = 80,
|
||||
STATUS_ERROR_CCC_LIFECYCLE = 81,
|
||||
STATUS_REGULATION_UWB_OFF = 82,
|
||||
}
|
||||
|
||||
@@ -33,4 +33,6 @@ enum UwbVendorStatusCodes {
|
||||
STATUS_ERROR_CCC_SE_BUSY = 0x50,
|
||||
/** CCC Lifecycle error */
|
||||
STATUS_ERROR_CCC_LIFECYCLE = 0x51,
|
||||
/** UWB Regulation Off */
|
||||
STATUS_REGULATION_UWB_OFF = 0x52,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user