summaryrefslogtreecommitdiff
path: root/attrib/att.h
diff options
context:
space:
mode:
authorSheldon Demario <sheldon.demario@openbossa.org>2010-12-22 17:01:13 -0500
committerJohan Hedberg <johan.hedberg@nokia.com>2010-12-23 00:34:04 +0200
commitd3cb258b9b9af0dcacfba0e6aa0db3f280554fb0 (patch)
tree65e5e13b0e9520a4eecfeec0ee981512aa9ac2a0 /attrib/att.h
parent50fb53c4a7520e210244d909be9ef1accf5cfdfe (diff)
downloadbluez-d3cb258b9b9af0dcacfba0e6aa0db3f280554fb0.tar.gz
Move primary service storage to device.c
Discover All Primary Services has beed moved to device.c in order to follow a similar approach of BR/EDR service records.
Diffstat (limited to 'attrib/att.h')
-rw-r--r--attrib/att.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/attrib/att.h b/attrib/att.h
index 0b8612eff..08feeec4b 100644
--- a/attrib/att.h
+++ b/attrib/att.h
@@ -137,6 +137,12 @@ struct att_range {
uint16_t end;
};
+struct att_primary {
+ char uuid[MAX_LEN_UUID_STR + 1];
+ uint16_t start;
+ uint16_t end;
+};
+
/* These functions do byte conversion */
static inline uint8_t att_get_u8(const void *ptr)
{