aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJakub Pawlowski <jpawlowski@google.com>2018-06-27 01:59:47 -0700
committerJakub Pawlowski <jpawlowski@google.com>2020-09-03 16:19:22 +0200
commit9dc52f3315da5568313cc1385bfa942ad682d032 (patch)
tree535da22050eeb74ae9e0c3639fbb1ac008d82cec /include
parent7a24c82200efc11d8b02665ec0eb90785aaa8a85 (diff)
downloadbt-9dc52f3315da5568313cc1385bfa942ad682d032.tar.gz
Server support for Characteristic Extended Properties
Test: sl4a GattExtendedPropertiesTest Bug: 110864501 Change-Id: If04b28f1b90c1f7b5a6f53673f6bd2c4791f28bb
Diffstat (limited to 'include')
-rw-r--r--include/hardware/bt_common_types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/hardware/bt_common_types.h b/include/hardware/bt_common_types.h
index 0a315feda..6064986f6 100644
--- a/include/hardware/bt_common_types.h
+++ b/include/hardware/bt_common_types.h
@@ -71,6 +71,8 @@ typedef struct {
* the characteristic.
*/
uint8_t properties;
+ uint16_t extended_properties;
+
uint16_t permissions;
} btgatt_db_element_t;