* [PATCH BlueZ] advertising: Fix UUIDs in adv_parser
@ 2017-08-23 6:44 Yunhan Wang
2017-08-23 7:59 ` Luiz Augusto von Dentz
0 siblings, 1 reply; 2+ messages in thread
From: Yunhan Wang @ 2017-08-23 6:44 UTC (permalink / raw)
To: linux-bluetooth; +Cc: Yunhan Wang
---
src/advertising.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/advertising.c b/src/advertising.c
index f125ca5c8..b03c36fb6 100644
--- a/src/advertising.c
+++ b/src/advertising.c
@@ -496,7 +496,7 @@ static struct adv_parser {
bool (*func)(DBusMessageIter *iter, struct btd_adv_client *client);
} parsers[] = {
{ "Type", parse_type },
- { "UUIDs", parse_service_uuids },
+ { "ServiceUUIDs", parse_service_uuids },
{ "SolicitUUIDs", parse_solicit_uuids },
{ "ManufacturerData", parse_manufacturer_data },
{ "ServiceData", parse_service_data },
--
2.14.1.480.gb18f417b89-goog
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH BlueZ] advertising: Fix UUIDs in adv_parser
2017-08-23 6:44 [PATCH BlueZ] advertising: Fix UUIDs in adv_parser Yunhan Wang
@ 2017-08-23 7:59 ` Luiz Augusto von Dentz
0 siblings, 0 replies; 2+ messages in thread
From: Luiz Augusto von Dentz @ 2017-08-23 7:59 UTC (permalink / raw)
To: Yunhan Wang; +Cc: linux-bluetooth@vger.kernel.org
Hi Yunhan,
On Wed, Aug 23, 2017 at 9:44 AM, Yunhan Wang <yunhanw@google.com> wrote:
> ---
> src/advertising.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/advertising.c b/src/advertising.c
> index f125ca5c8..b03c36fb6 100644
> --- a/src/advertising.c
> +++ b/src/advertising.c
> @@ -496,7 +496,7 @@ static struct adv_parser {
> bool (*func)(DBusMessageIter *iter, struct btd_adv_client *client);
> } parsers[] = {
> { "Type", parse_type },
> - { "UUIDs", parse_service_uuids },
> + { "ServiceUUIDs", parse_service_uuids },
> { "SolicitUUIDs", parse_solicit_uuids },
> { "ManufacturerData", parse_manufacturer_data },
> { "ServiceData", parse_service_data },
> --
> 2.14.1.480.gb18f417b89-goog
Applied, thanks.
--
Luiz Augusto von Dentz
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-08-23 7:59 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-23 6:44 [PATCH BlueZ] advertising: Fix UUIDs in adv_parser Yunhan Wang
2017-08-23 7:59 ` Luiz Augusto von Dentz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox