2017-08-23 06:44:58

by Yunhan Wang

[permalink] [raw]
Subject: [PATCH BlueZ] advertising: Fix UUIDs in adv_parser

---
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



2017-08-23 07:59:03

by Luiz Augusto von Dentz

[permalink] [raw]
Subject: Re: [PATCH BlueZ] advertising: Fix UUIDs in adv_parser

Hi Yunhan,

On Wed, Aug 23, 2017 at 9:44 AM, Yunhan Wang <[email protected]> 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