diff options
-rw-r--r-- | system/include/hardware/bt_gatt_types.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/include/hardware/bt_gatt_types.h b/system/include/hardware/bt_gatt_types.h index 8ed59451da..cb279a7d76 100644 --- a/system/include/hardware/bt_gatt_types.h +++ b/system/include/hardware/bt_gatt_types.h @@ -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) */ |