All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH BlueZ 0/7] client: Add advertise support
@ 2016-08-11 12:14 Luiz Augusto von Dentz
  2016-08-11 12:14 ` [PATCH BlueZ 1/7] core/advertising: Fix not parsing data properly Luiz Augusto von Dentz
                   ` (7 more replies)
  0 siblings, 8 replies; 10+ messages in thread
From: Luiz Augusto von Dentz @ 2016-08-11 12:14 UTC (permalink / raw)
  To: linux-bluetooth

From: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>

This changes adds command to manage advertisement data to bluetootctl.

Note: This also fix the format of ManufacturerData and ServiceData that
has been documented as being dictionaries but the implemention and sample
has it more like a struct using fixed types instead of variant container
so this would probably break any application using these properties.

Luiz Augusto von Dentz (7):
  core/advertising: Fix not parsing data properly
  test/example-advertisement: Fix data format of properties
  client: Add advertise command
  client: Add set-advertise-uuids command
  client: Add set-advertise-service command
  client: Add set-advertise-manufacturer command
  client: Add set-advertise-tx-power command

 Makefile.tools             |   2 +
 client/advertising.c       | 452 +++++++++++++++++++++++++++++++++++++++++++++
 client/main.c              | 139 ++++++++++++++
 src/advertising.c          |  24 ++-
 test/example-advertisement |  12 +-
 5 files changed, 613 insertions(+), 16 deletions(-)
 create mode 100644 client/advertising.c

-- 
2.7.4


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

end of thread, other threads:[~2016-08-16 11:59 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-11 12:14 [PATCH BlueZ 0/7] client: Add advertise support Luiz Augusto von Dentz
2016-08-11 12:14 ` [PATCH BlueZ 1/7] core/advertising: Fix not parsing data properly Luiz Augusto von Dentz
2016-08-11 12:14 ` [PATCH BlueZ 2/7] test/example-advertisement: Fix data format of properties Luiz Augusto von Dentz
2016-08-11 13:41   ` Vinicius Costa Gomes
2016-08-11 12:14 ` [PATCH BlueZ 3/7] client: Add advertise command Luiz Augusto von Dentz
2016-08-11 12:14 ` [PATCH BlueZ 4/7] client: Add set-advertise-uuids command Luiz Augusto von Dentz
2016-08-11 12:14 ` [PATCH BlueZ 5/7] client: Add set-advertise-service command Luiz Augusto von Dentz
2016-08-11 12:14 ` [PATCH BlueZ 6/7] client: Add set-advertise-manufacturer command Luiz Augusto von Dentz
2016-08-11 12:14 ` [PATCH BlueZ 7/7] client: Add set-advertise-tx-power command Luiz Augusto von Dentz
2016-08-16 11:59 ` [PATCH BlueZ 0/7] client: Add advertise support 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.