summaryrefslogtreecommitdiffstats
path: root/include/sdp.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sdp.h')
-rw-r--r--include/sdp.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/include/sdp.h b/include/sdp.h
index 8a78ba30..05572c06 100644
--- a/include/sdp.h
+++ b/include/sdp.h
@@ -457,11 +457,12 @@ typedef struct {
typedef struct {
uint32_t handle;
- /*
- * Search pattern: a sequence of all UUIDs seen in this record
- */
+ /* Search pattern: a sequence of all UUIDs seen in this record */
sdp_list_t *pattern;
sdp_list_t *attrlist;
+
+ /* Main service class for Extended Inquiry Response */
+ uuid_t svclass;
} sdp_record_t;
typedef struct sdp_data_struct sdp_data_t;