Use UINT16 for GATT attribute id field
am: 7dde9350e6
Change-Id: I84a92dc5d8a3d58b9e75767b5afe85b1b5391d48
This commit is contained in:
commit
4878b58eb0
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue