Message ID | 20200826201715.1911816-1-danielwinkler@google.com (mailing list archive) |
---|---|
Headers | show |
Series | Expose extended adv feature support via bluez API | expand |
Hi Maintainers, I accidentally sent a patchset with PRE-UPSTREAM commit tags on the commit headings. I have sent another version without, so please ignore the former. Thanks for your understanding. Best regards, Daniel On Wed, Aug 26, 2020 at 1:17 PM Daniel Winkler <danielwinkler@google.com> wrote: > > 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 > > > Daniel Winkler (3): > PRE_UPSTREAM: advertising: Add SupportedFeatures to > LEAdvertisingManager1 > PRE_UPSTREAM: advertising: Add adv SupportedFeatures to bluetoothctl > PRE_UPSTREAM: advertising: Add adv SupportedFeatures to doc > > client/main.c | 1 + > doc/advertising-api.txt | 18 +++++++++++++ > lib/mgmt.h | 2 ++ > src/advertising.c | 56 +++++++++++++++++++++++++++++++++++++++-- > 4 files changed, 75 insertions(+), 2 deletions(-) > > -- > 2.28.0.297.g1956fa8f8d-goog >