mbox series

[bluez,v2,0/3] Add new commands in btmgmt to support adv monitor

Message ID 20200617062646.165307-1-michaelfsun@google.com
Headers show
Series Add new commands in btmgmt to support adv monitor | expand

Message

Michael Sun June 17, 2020, 6:26 a.m. UTC
Hi linux-bluetooth,

This series of patches add support for new advertisement monitor mgmt
opcodes by introducing new btmgmt commands. The new commands are
‘advmon-features’, ‘advmon-add’, and ‘advmon-remove’. They provide the
ability for users to query supported advertisement monitoring features
and add/remove monitor filters through btmgmt console.

Changes in v2:
- Move advertisement monitor commands into monitor submenu.
- Fixing 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 | 302 +++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 302 insertions(+)