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

Commit 50da347b authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "uwb(hal): Switch ANDROID GID to 0xC"

parents 020f6460 8db34352
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -34,5 +34,5 @@
package android.hardware.uwb.fira_android;
@Backing(type="byte") @VintfStability
enum UwbVendorGids {
  ANDROID = 14,
  ANDROID = 12,
}
+1 −0
Original line number Diff line number Diff line
@@ -19,6 +19,7 @@ package android.hardware.uwb.fira_android;
/**
 * Android specific vendor command OIDs should be defined here.
 *
 * For use with Android GID - 0xC.
 */
@VintfStability
@Backing(type="byte")
+1 −1
Original line number Diff line number Diff line
@@ -32,5 +32,5 @@ enum UwbVendorGids {
     */

    /** All Android specific commands/response/notification should use this GID */
    ANDROID = 0xE,
    ANDROID = 0xC,
}