mbox series

[Bluez,v2,0/3] Expose extended adv feature support via bluez API

Message ID 20200901220024.662941-1-danielwinkler@google.com (mailing list archive)
Headers show
Series Expose extended adv feature support via bluez API | expand

Message

Daniel Winkler Sept. 1, 2020, 10 p.m. UTC
Hi Maintainers,

This change adds a SupportedFeatures member to the LEAdvertisingManager
interface, which allows us to expose support for hardware offloading and
setting TX power on advertisements.

Best,
Daniel

Changes in v2:
- Expose empty SupportedFeatures if no support available
- Doc: Expect empty SupportedFeatures if no support available

Daniel Winkler (3):
  advertising: Add SupportedFeatures to LEAdvertisingManager1
  advertising: Add adv SupportedFeatures to bluetoothctl
  advertising: Add adv SupportedFeatures to doc

 client/main.c           |  1 +
 doc/advertising-api.txt | 18 +++++++++++++++++
 lib/mgmt.h              |  2 ++
 src/advertising.c       | 43 +++++++++++++++++++++++++++++++++++++++--
 4 files changed, 62 insertions(+), 2 deletions(-)