All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 BlueZ 0/3] Provide MTU on GATT reads and writes.
@ 2018-07-09 16:24 David Krauser
  2018-07-12 17:07 ` Luiz Augusto von Dentz
  0 siblings, 1 reply; 3+ messages in thread
From: David Krauser @ 2018-07-09 16:24 UTC (permalink / raw)
  To: linux-bluetooth

These patches will append the negotiated MTU to the options
dictionary that is provided over DBus on characteristic reads
and writes.

These will also allow a user to configure the max mtu in main.conf

v2: Lowercase "MTU" in options dict and mark old key as deprecated.
v3: Fix mangled whitespace. Renamed two options in main.conf
v4: Removing deprecated options

David Krauser (3):
  src: provide MTU on GATT value reads and writes
  doc: provide MTU on GATT value reads and writes
  src: make att le mtu configurable in main.conf

 doc/gatt-api.txt    |  6 ++++--
 src/device.c        |  2 +-
 src/gatt-database.c | 23 +++++++----------------
 src/hcid.h          |  1 +
 src/main.c          | 22 +++++++++++++++++++---
 src/main.conf       |  9 +++++++--
 6 files changed, 39 insertions(+), 24 deletions(-)

--=20
2.18.0


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

* Re: [PATCH v4 BlueZ 0/3] Provide MTU on GATT reads and writes.
  2018-07-09 16:24 [PATCH v4 BlueZ 0/3] Provide MTU on GATT reads and writes David Krauser
@ 2018-07-12 17:07 ` Luiz Augusto von Dentz
  2018-07-16 14:33   ` David Krauser
  0 siblings, 1 reply; 3+ messages in thread
From: Luiz Augusto von Dentz @ 2018-07-12 17:07 UTC (permalink / raw)
  To: David Krauser; +Cc: linux-bluetooth

Hi David,

On Mon, Jul 9, 2018 at 7:24 PM, David Krauser <david@krauser.org> wrote:
> These patches will append the negotiated MTU to the options
> dictionary that is provided over DBus on characteristic reads
> and writes.
>
> These will also allow a user to configure the max mtu in main.conf
>
> v2: Lowercase "MTU" in options dict and mark old key as deprecated.
> v3: Fix mangled whitespace. Renamed two options in main.conf
> v4: Removing deprecated options
>
> David Krauser (3):
>   src: provide MTU on GATT value reads and writes
>   doc: provide MTU on GATT value reads and writes
>   src: make att le mtu configurable in main.conf
>
>  doc/gatt-api.txt    |  6 ++++--
>  src/device.c        |  2 +-
>  src/gatt-database.c | 23 +++++++----------------
>  src/hcid.h          |  1 +
>  src/main.c          | 22 +++++++++++++++++++---
>  src/main.conf       |  9 +++++++--
>  6 files changed, 39 insertions(+), 24 deletions(-)
>
> --
> 2.18.0

Ive made some changes and applied this set, the options are now
ExchangeMTU and KeySize.

-- 
Luiz Augusto von Dentz

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

* Re: [PATCH v4 BlueZ 0/3] Provide MTU on GATT reads and writes.
  2018-07-12 17:07 ` Luiz Augusto von Dentz
@ 2018-07-16 14:33   ` David Krauser
  0 siblings, 0 replies; 3+ messages in thread
From: David Krauser @ 2018-07-16 14:33 UTC (permalink / raw)
  To: Luiz Augusto von Dentz; +Cc: linux-bluetooth

On July 12, 2018 1:07 PM, Luiz Augusto von Dentz <luiz.dentz@gmail.com> wro=
te:
> Ive made some changes and applied this set [...]

Thank you. Looks good :-)

- dk

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

end of thread, other threads:[~2018-07-16 14:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-09 16:24 [PATCH v4 BlueZ 0/3] Provide MTU on GATT reads and writes David Krauser
2018-07-12 17:07 ` Luiz Augusto von Dentz
2018-07-16 14:33   ` David Krauser

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.