Message ID | 20200619225623.10200-1-michaelfsun@google.com (mailing list archive) |
---|---|
Headers | show |
Series | Add new commands in btmgmt to support adv monitor | expand |
Hi Michael, On Fri, Jun 19, 2020 at 9:55 PM Michael Sun <michaelfsun@google.com> wrote: > > Hi linux-bluetooth, > > This series of patches add support for new advertisement monitor mgmt > opcodes by introducing new btmgmt commands into a new submenu > 'monitor'. The new commands are ‘features’, ‘add’, and ‘remove’. They > provide the ability for users to query supported advertisement > monitoring features and add/remove monitor filters through btmgmt > console. > > Changes in v4: > - Fix endianness > - Use regular options instead of optget options per feedback, and fix > endianness > > Changes in v3: > - Fix build errors > > Changes in v2: > - Move features command into submenu and fix build warnings > - Move remove command into submenu and fix build warnings > - Move add command into submenu and fix build warnings > > Michael Sun (3): > btmgmt: Add "monitor" btmgmt submenu and command "features" > btmgmt: Add command "remove" into "monitor" btmgmt submenu > btmgmt: Add command "add" into "monitor" btmgmt submenu > > tools/btmgmt.c | 268 +++++++++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 268 insertions(+) > > -- > 2.27.0.111.gc72c7da667-goog > Applied, thanks.