summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Pawlowski <jpawlowski@google.com>2016-06-14 22:27:40 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-06-14 22:27:40 +0000
commit4878b58eb00714b43d4b65cb664bc602b165a4df (patch)
treeea59fc5dcd3a07efad74709c56f691a5702a5a4c
parent9cf66cb6dacfd433b5c9a91daa1f2c7a78a848a0 (diff)
parent7dde9350e61acf97b98e9078972548f07e6a9400 (diff)
downloadlibhardware-4878b58eb00714b43d4b65cb664bc602b165a4df.tar.gz
Use UINT16 for GATT attribute id field
am: 7dde9350e6 Change-Id: I84a92dc5d8a3d58b9e75767b5afe85b1b5391d48
-rw-r--r--include/hardware/bt_common_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hardware/bt_common_types.h b/include/hardware/bt_common_types.h
index 77c845ba..01b52565 100644
--- a/include/hardware/bt_common_types.h
+++ b/include/hardware/bt_common_types.h
@@ -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;