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

Commit 8db34352 authored by Roshan Pius's avatar Roshan Pius
Browse files

uwb(hal): Switch ANDROID GID to 0xC

Based on vendor feedback since 0xE is already being used for a bunch of
vendor specific stuff.

Bug: 210933436
Bug: 218883784
Test: Compiles
Change-Id: I49b5018569164a52fa7c9f78ca9c69a181747f44
parent 2f5c7971
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,
}