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

Commit b95135ff authored by Sonny Sasaka's avatar Sonny Sasaka
Browse files

Change type of btgatt_gatt_id_t.inst_id to 16-bit

ARC++ uses instance id also as handles, so the type needs to be 16 bit
instead of 8 bit.

Bug: 191129417
Tag: #stability
Test: Manual test - ARC++ on zork fitbit setup flow with Versa 3

Change-Id: I2cc8609f611c558dc5f53198836db29f4ac9a2ae
parent 640e18c4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@ __BEGIN_DECLS
/** GATT ID adding instance id tracking to the UUID */
typedef struct {
  bluetooth::Uuid uuid;
  uint8_t inst_id;
  uint16_t inst_id;
} btgatt_gatt_id_t;

/** GATT Service ID also identifies the service type (primary/secondary) */