Message ID | 20200331120725.376209-1-szymon.janc@codecoup.pl (mailing list archive) |
---|---|
State | Accepted |
Delegated to: | Luiz Von Dentz |
Headers | show |
Series | main: Fix GATT option parsing | expand |
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.
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 };