commit | a25692d6ced577c52efe901e9041b9f45022d5af | [log] [tgz] |
---|---|---|
author | Jakub Pawlowski <jpawlowski@google.com> | Wed Jun 15 00:26:41 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Wed Jun 15 00:26:41 2016 +0000 |
tree | d465c9c70cbb7d16ecc7f03c4e407fd02f0efdda | |
parent | 9f92034fa5d1096785a1a5c401e23c98aa60f99b [diff] | |
parent | 8babab0d5cd836f1cc5435026f7dc04c0e421950 [diff] |
Merge \"Use UINT16 for GATT attribute id field\" am: 8babab0d5c Change-Id: Ie05e1a7c4045aba6ef071424a7bd6a95e80cc71f
diff --git a/include/hardware/bt_common_types.h b/include/hardware/bt_common_types.h index 77c845b..01b5256 100644 --- a/include/hardware/bt_common_types.h +++ b/include/hardware/bt_common_types.h
@@ -52,7 +52,7 @@ typedef struct { - uint8_t id; + uint16_t id; bt_uuid_t uuid; bt_gatt_db_attribute_type_t type; uint16_t attribute_handle;