* [PATCH] profile: Add missing browse group to MAS, MNS and SYNC records
@ 2013-11-19 9:46 Szymon Janc
2013-11-19 10:15 ` Johan Hedberg
0 siblings, 1 reply; 2+ messages in thread
From: Szymon Janc @ 2013-11-19 9:46 UTC (permalink / raw)
To: linux-bluetooth; +Cc: Szymon Janc
This fix not updating UUIDs when those services are registered.
---
src/profile.c | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/src/profile.c b/src/profile.c
index d8cbe6a..baadd99 100644
--- a/src/profile.c
+++ b/src/profile.c
@@ -417,6 +417,11 @@
</sequence> \
</sequence> \
</attribute> \
+ <attribute id=\"0x0005\"> \
+ <sequence> \
+ <uuid value=\"0x1002\" /> \
+ </sequence> \
+ </attribute> \
<attribute id=\"0x0009\"> \
<sequence> \
<sequence> \
@@ -458,6 +463,11 @@
</sequence> \
</sequence> \
</attribute> \
+ <attribute id=\"0x0005\"> \
+ <sequence> \
+ <uuid value=\"0x1002\" /> \
+ </sequence> \
+ </attribute> \
<attribute id=\"0x0009\"> \
<sequence> \
<sequence> \
@@ -496,6 +506,11 @@
</sequence> \
</sequence> \
</attribute> \
+ <attribute id=\"0x0005\"> \
+ <sequence> \
+ <uuid value=\"0x1002\" /> \
+ </sequence> \
+ </attribute> \
<attribute id=\"0x0009\"> \
<sequence> \
<sequence> \
--
1.8.4.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] profile: Add missing browse group to MAS, MNS and SYNC records
2013-11-19 9:46 [PATCH] profile: Add missing browse group to MAS, MNS and SYNC records Szymon Janc
@ 2013-11-19 10:15 ` Johan Hedberg
0 siblings, 0 replies; 2+ messages in thread
From: Johan Hedberg @ 2013-11-19 10:15 UTC (permalink / raw)
To: Szymon Janc; +Cc: linux-bluetooth
Hi Szymon,
On Tue, Nov 19, 2013, Szymon Janc wrote:
> This fix not updating UUIDs when those services are registered.
> ---
> src/profile.c | 15 +++++++++++++++
> 1 file changed, 15 insertions(+)
Applied. Thanks.
Johan
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-11-19 10:15 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-19 9:46 [PATCH] profile: Add missing browse group to MAS, MNS and SYNC records Szymon Janc
2013-11-19 10:15 ` Johan Hedberg
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).