Thanks Marcel! On Wed, Jan 15, 2020 at 12:37 PM Marcel Holtmann <marcel@xxxxxxxxxxxx> wrote: > > Hi Alain, > > > MGMT command is added to receive the list of blocked keys from > > user-space. > > > > The list is used to: > > 1) Block keys from being distributed by the device during > > the ke distribution phase of SMP. > > 2) Filter out any keys that were previously saved so > > they are no longer used. > > > > Signed-off-by: Alain Michaud <alainm@xxxxxxxxxxxx> > > --- > > > > include/net/bluetooth/hci_core.h | 10 ++++ > > include/net/bluetooth/mgmt.h | 17 +++++++ > > net/bluetooth/hci_core.c | 85 +++++++++++++++++++++++++++++--- > > net/bluetooth/hci_debugfs.c | 17 +++++++ > > net/bluetooth/mgmt.c | 76 ++++++++++++++++++++++++++++ > > net/bluetooth/smp.c | 18 +++++++ > > 6 files changed, 215 insertions(+), 8 deletions(-) > > patch has been applied to bluetooth-next tree. > > Regards > > Marcel >