Re: [PATCH v4 6/7] Bluetooth: Notify adv monitor removed event

2020-06-15 Thread Jakub Kicinski
On Fri, 12 Jun 2020 16:45:55 -0700 Miao-chen Chou wrote: > This notifies management sockets on MGMT_EV_ADV_MONITOR_REMOVED event. > > The following test was performed. > - Start two btmgmt consoles, issue a btmgmt advmon-remove command on one > console and observe a MGMT_EV_ADV_MONITOR_REMOVED eve

[PATCH v4 6/7] Bluetooth: Notify adv monitor removed event

2020-06-12 Thread Miao-chen Chou
This notifies management sockets on MGMT_EV_ADV_MONITOR_REMOVED event. The following test was performed. - Start two btmgmt consoles, issue a btmgmt advmon-remove command on one console and observe a MGMT_EV_ADV_MONITOR_REMOVED event on the other. Signed-off-by: Miao-chen Chou --- Changes in v4