All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] main: Fix GATT option parsing
@ 2020-03-31 12:07 Szymon Janc
  2020-03-31 18:00 ` Luiz Augusto von Dentz
  0 siblings, 1 reply; 2+ messages in thread
From: Szymon Janc @ 2020-03-31 12:07 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Szymon Janc

Key name is Channels.
---
 src/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main.c b/src/main.c
index 7b927ac79..98621fddf 100644
--- a/src/main.c
+++ b/src/main.c
@@ -109,7 +109,7 @@ static const char *gatt_options[] = {
 	"Cache",
 	"KeySize",
 	"ExchangeMTU",
-	"EATTChannels",
+	"Channels",
 	NULL
 };
 
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] main: Fix GATT option parsing
  2020-03-31 12:07 [PATCH] main: Fix GATT option parsing Szymon Janc
@ 2020-03-31 18:00 ` Luiz Augusto von Dentz
  0 siblings, 0 replies; 2+ messages in thread
From: Luiz Augusto von Dentz @ 2020-03-31 18:00 UTC (permalink / raw)
  To: Szymon Janc; +Cc: linux-bluetooth

Hi Szymon,

On Tue, Mar 31, 2020 at 5:10 AM Szymon Janc <szymon.janc@codecoup.pl> wrote:
>
> Key name is Channels.
> ---
>  src/main.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/main.c b/src/main.c
> index 7b927ac79..98621fddf 100644
> --- a/src/main.c
> +++ b/src/main.c
> @@ -109,7 +109,7 @@ static const char *gatt_options[] = {
>         "Cache",
>         "KeySize",
>         "ExchangeMTU",
> -       "EATTChannels",
> +       "Channels",
>         NULL
>  };
>
> --
> 2.25.1

Applied, thanks.

-- 
Luiz Augusto von Dentz

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-03-31 18:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-31 12:07 [PATCH] main: Fix GATT option parsing Szymon Janc
2020-03-31 18:00 ` Luiz Augusto von Dentz

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.