All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Expose AdvertisingDataFlags in Device API
@ 2016-10-18 19:10 puthik
  2016-10-18 19:10 ` puthik
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: puthik @ 2016-10-18 19:10 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Puthikorn Voravootivat

From: Puthikorn Voravootivat <puthik@chromium.org>

The following patches expose AdvertisingFlags in Device API.
This is need by Android app on ChromeOS as Android normally
should get Advertising data flag from Bluetooth adapter.

v2:
Address Marcel's review to make it more future proof by making it array{byte}.
device->flags is still a uint8 because 1) We don't need it to be bigger now.
and 2) We can easily changed it to bigger type when needed without affecting
the DBus Device API.

Puthikorn Voravootivat (2):
  doc/device-api: Add AdvertisingFlags
  core: Add implementation of AdvertisingFlags

 doc/device-api.txt |  4 ++++
 src/adapter.c      |  2 ++
 src/device.c       | 36 ++++++++++++++++++++++++++++++++++++
 src/device.h       |  1 +
 4 files changed, 43 insertions(+)

-- 
2.8.0.rc3.226.g39d4020


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

end of thread, other threads:[~2016-10-20  1:54 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-18 19:10 [PATCH v2 0/2] Expose AdvertisingDataFlags in Device API puthik
2016-10-18 19:10 ` puthik
2016-10-18 19:10 ` [PATCH v2 1/2] doc/device-api: Add AdvertisingFlags puthik
2016-10-19  7:19   ` Luiz Augusto von Dentz
2016-10-19 16:15     ` Szymon Janc
2016-10-19 16:21       ` Luiz Augusto von Dentz
2016-10-19 17:15         ` Johan Hedberg
2016-10-20  1:54           ` Puthikorn Voravootivat
2016-10-18 19:11 ` [PATCH v2 2/2] core: Add implementation of AdvertisingFlags puthik
2016-10-19  7:23   ` 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.