All of lore.kernel.org
 help / color / mirror / Atom feed
From: Luiz Augusto von Dentz <luiz.dentz@gmail.com>
To: linux-bluetooth@vger.kernel.org
Subject: [PATCH BlueZ 0/7] client: Add advertise support
Date: Thu, 11 Aug 2016 15:14:45 +0300	[thread overview]
Message-ID: <1470917692-8878-1-git-send-email-luiz.dentz@gmail.com> (raw)

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


             reply	other threads:[~2016-08-11 12:14 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-11 12:14 Luiz Augusto von Dentz [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1470917692-8878-1-git-send-email-luiz.dentz@gmail.com \
    --to=luiz.dentz@gmail.com \
    --cc=linux-bluetooth@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.