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

Commit 11e51ee0 authored by Sonny Sasaka's avatar Sonny Sasaka Committed by Automerger Merge Worker
Browse files

Merge "Change type of btgatt_gatt_id_t.inst_id to 16-bit" am: cb8ddeb8 am: 48ca419e

parents 62103d06 48ca419e
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) */