diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2007-08-22 00:31:24 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2007-08-22 00:31:24 +0000 |
commit | 4c6bbf0a08426efd008c1b9e439c693a826ee708 (patch) | |
tree | 1b4ab8b09ab3fe1250da2593c4e418f54dcbb606 /include/sdp.h | |
parent | 3ad6c870f3759d3e98a1a3e0f2e71dc3b26e0994 (diff) |
Extract main service class for later use
Diffstat (limited to 'include/sdp.h')
-rw-r--r-- | include/sdp.h | 7 |
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; |