diff options
author | Marcin Kraglak <marcin.kraglak@tieto.com> | 2014-10-23 12:15:31 +0200 |
---|---|---|
committer | Szymon Janc <szymon.janc@tieto.com> | 2014-10-23 14:45:52 +0200 |
commit | 113ad305379e248f1c15bc66d77dfa95f82a8eaf (patch) | |
tree | a55b01ce1100c46805e19cd0a9c014d1b3d13754 /src/shared/gatt-client.h | |
parent | e73e4b8b745a4564acb318a61acd23ab9abdb294 (diff) | |
download | bluez-113ad305379e248f1c15bc66d77dfa95f82a8eaf.tar.gz |
shared/gatt: Distinguish Primary from Secondary services
Add flag primary to distinguish service as primary or secondary.
Diffstat (limited to 'src/shared/gatt-client.h')
-rw-r--r-- | src/shared/gatt-client.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/gatt-client.h b/src/shared/gatt-client.h index 6807f6b17..22d4dc0b3 100644 --- a/src/shared/gatt-client.h +++ b/src/shared/gatt-client.h @@ -75,6 +75,7 @@ bool bt_gatt_client_set_debug(struct bt_gatt_client *client, bt_gatt_client_destroy_func_t destroy); typedef struct { + bool primary; uint16_t start_handle; uint16_t end_handle; uint8_t uuid[BT_GATT_UUID_SIZE]; |