Use UINT16 for GATT attribute id field
am: 7dde9350e6
Change-Id: I84a92dc5d8a3d58b9e75767b5afe85b1b5391d48
This commit is contained in:
@@ -52,7 +52,7 @@ typedef enum
|
||||
|
||||
typedef struct
|
||||
{
|
||||
uint8_t id;
|
||||
uint16_t id;
|
||||
bt_uuid_t uuid;
|
||||
bt_gatt_db_attribute_type_t type;
|
||||
uint16_t attribute_handle;
|
||||
|
||||
Reference in New Issue
Block a user