mbox series

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

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

Message

Michael Sun June 16, 2020, 12:03 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.


Michael Sun (3):
  btmgmt: Add btmgmt command advmon-features
  btmgmt: Add btmgmt command advmon-remove
  btmgmt: Add btmgmt command advmon-add

 tools/btmgmt.c | 294 +++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 294 insertions(+)