Thanks Marcel and Johan! On Fri, May 8, 2020 at 4:59 AM Johan Hedberg <johan.hedberg@xxxxxxxxx> wrote: > > Hi Marcel, > > On 6. May 2020, at 10.57, Marcel Holtmann <marcel@xxxxxxxxxxxx> wrote: > > Marcel Holtmann (7): > > Bluetooth: Add MGMT_EV_PHY_CONFIGURATION_CHANGED to supported list > > Bluetooth: Replace BT_DBG with bt_dev_dbg for management support > > Bluetooth: replace zero-length array with flexible-array member > > Bluetooth: Introduce HCI_MGMT_HDEV_OPTIONAL option > > Bluetooth: Replace BT_DBG with bt_dev_dbg for security manager > > support > > Bluetooth: Add support for experimental features configuration > > Bluetooth: Introduce debug feature when dynamic debug is disabled > > > > include/net/bluetooth/bluetooth.h | 11 + > > include/net/bluetooth/hci.h | 1 + > > include/net/bluetooth/hci_core.h | 1 + > > include/net/bluetooth/mgmt.h | 69 ++++-- > > net/bluetooth/Kconfig | 7 + > > net/bluetooth/hci_sock.c | 12 +- > > net/bluetooth/lib.c | 33 +++ > > net/bluetooth/mgmt.c | 364 +++++++++++++++++++++--------- > > net/bluetooth/smp.c | 8 +- > > 9 files changed, 365 insertions(+), 141 deletions(-) > > All patches in this set have been applied to bluetooth-next. Thanks. > > Johan