All of lore.kernel.org
 help / color / mirror / Atom feed
* [bluez PATCH v3 0/3] Add new commands in btmgmt to support adv monitor
@ 2020-06-17  7:55 Michael Sun
  2020-06-17  7:55 ` [bluez PATCH v3 1/3] btmgmt: Add "monitor" btmgmt submenu and command "features" Michael Sun
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Michael Sun @ 2020-06-17  7:55 UTC (permalink / raw)
  To: linux-bluetooth
  Cc: mcchou, chromeos-bluetooth-upstreaming, luiz.von.dentz, alainm,
	Michael Sun

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 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 | 302 +++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 302 insertions(+)

-- 
2.27.0.290.gba653c62da-goog


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

end of thread, other threads:[~2020-06-17 15:01 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-17  7:55 [bluez PATCH v3 0/3] Add new commands in btmgmt to support adv monitor Michael Sun
2020-06-17  7:55 ` [bluez PATCH v3 1/3] btmgmt: Add "monitor" btmgmt submenu and command "features" Michael Sun
2020-06-17  7:55 ` [bluez PATCH v3 2/3] btmgmt: Add command "remove" into "monitor" btmgmt submenu Michael Sun
2020-06-17  8:08   ` [bluez,v3,2/3] " bluez.test.bot
2020-06-17  7:55 ` [bluez PATCH v3 3/3] btmgmt: Add command "add" " Michael Sun
2020-06-17  8:08   ` [bluez,v3,3/3] " bluez.test.bot
2020-06-17 15:01   ` [bluez PATCH v3 3/3] " Von Dentz, Luiz

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.