Diff between 65ee36570563c84abffc6e83851adf865662f81b and 2bd4b645a170e0c492fb7664f6a79f16319d88e6
Changed Files
| File | Additions | Deletions | Status |
| sap/server.c | +1 | -0 | modified |
Full Patch
diff --git a/sap/server.c b/sap/server.c
index 8178f1c..c9c9a12 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);