Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 175e8835 authored by Ayush Jain's avatar Ayush Jain Committed by Android (Google) Code Review
Browse files

Merge changes from topic "presubmit-am-b0494ecceafb42819a1320b09b4ee514" into udc-dev

* changes:
  [automerge] Add a Vendor dependent UCI Status code for UWB OFF 2p: 3f884a8b
  Add a Vendor dependent UCI Status code for UWB OFF
parents 4da12781 2667c1ed
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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,
}
+2 −0
Original line number Diff line number Diff line
@@ -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,
}