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

Commit 51ea38e6 authored by Matthew Xie's avatar Matthew Xie Committed by Android Git Automerger
Browse files

am 9bdb42e2: Merge "Bluedroid: Fix UUID unsigned/signed comparison"

* commit '9bdb42e2':
  Bluedroid: Fix UUID unsigned/signed comparison
parents ab9d4bb3 9bdb42e2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -43,7 +43,7 @@
#define GATTC_READ_VALUE_TYPE_VALUE          0x0000  /* Attribute value itself */
#define GATTC_READ_VALUE_TYPE_AGG_FORMAT     0x2905  /* Characteristic Aggregate Format*/

static char BASE_UUID[16] = {
static unsigned char BASE_UUID[16] = {
    0xfb, 0x34, 0x9b, 0x5f, 0x80, 0x00, 0x00, 0x80,
    0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
};