All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bluez PATCH v4 0/3] Expose extended adv feature support via bluez API
@ 2021-03-16 23:22 Daniel Winkler
  2021-03-16 23:22 ` [Bluez PATCH v4 1/3] advertising: Add SupportedFeatures to LEAdvertisingManager1 Daniel Winkler
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Daniel Winkler @ 2021-03-16 23:22 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: chromeos-bluetooth-upstreaming, Daniel Winkler

Hi Maintainers,

I believe this series fell through the cracks. It is listed on
patchworks as "Accepted", but I have not been able to find it in the
tree. I am re-posting it here, please advise if I am mistaken.

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 v4:
- Mark SupportedFeatures as experimental

Changes in v3:
- Rebased onto master

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
  client: Add adv SupportedFeatures to bluetoothctl
  doc/advertising-api: Add adv SupportedFeatures to doc

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

-- 
2.31.0.rc2.261.g7f71774620-goog


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

end of thread, other threads:[~2021-03-17 18:36 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-16 23:22 [Bluez PATCH v4 0/3] Expose extended adv feature support via bluez API Daniel Winkler
2021-03-16 23:22 ` [Bluez PATCH v4 1/3] advertising: Add SupportedFeatures to LEAdvertisingManager1 Daniel Winkler
2021-03-16 23:37   ` Expose extended adv feature support via bluez API bluez.test.bot
2021-03-16 23:22 ` [Bluez PATCH v4 2/3] client: Add adv SupportedFeatures to bluetoothctl Daniel Winkler
2021-03-16 23:22 ` [Bluez PATCH v4 3/3] doc/advertising-api: Add adv SupportedFeatures to doc Daniel Winkler
2021-03-17 18:34 ` [Bluez PATCH v4 0/3] Expose extended adv feature support via bluez API 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.