summaryrefslogtreecommitdiff
path: root/sap
diff options
context:
space:
mode:
Diffstat (limited to 'sap')
-rw-r--r--sap/server.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sap/server.c b/sap/server.c
index 8178f1cdf..c9c9a121c 100644
--- a/sap/server.c
+++ b/sap/server.c
@@ -201,6 +201,7 @@ static sdp_record_t *create_sap_record(uint8_t channel)
if (!record)
return NULL;
+ sdp_uuid16_create(&root_uuid, PUBLIC_BROWSE_GROUP);
root = sdp_list_append(NULL, &root_uuid);
sdp_set_browse_groups(record, root);
sdp_list_free(root, NULL);