Message ID | cover.1592404644.git.marcel@holtmann.org (mailing list archive) |
---|---|
Headers | show |
Series | Combination of pending patches | expand |
Hi Marcel, On Wed, Jun 17, 2020, Marcel Holtmann wrote: > This is the list of pending patches and fixes merged together. Please > review that the set and functionality is correct and working as > expected. > > In v2 the Reviewed-by tags have been added. > > Abhishek Pandit-Subedi (4): > Bluetooth: Add bdaddr_list_with_flags for classic whitelist > Bluetooth: Replace wakeable list with flag > Bluetooth: Replace wakeable in hci_conn_params > Bluetooth: Add get/set device flags mgmt op > > Manish Mandlik (1): > Bluetooth: Terminate the link if pairing is cancelled > > Marcel Holtmann (2): > Bluetooth: mgmt: Add commands for runtime configuration > Bluetooth: mgmt: Use command complete on success for set system config > > Miao-chen Chou (7): > Bluetooth: Add definitions for advertisement monitor features > Bluetooth: Add handler of MGMT_OP_READ_ADV_MONITOR_FEATURES > Bluetooth: Add handler of MGMT_OP_ADD_ADV_PATTERNS_MONITOR > Bluetooth: Add handler of MGMT_OP_REMOVE_ADV_MONITOR > Bluetooth: Notify adv monitor added event > Bluetooth: Notify adv monitor removed event > Bluetooth: Update background scan and report device based on > advertisement monitors > > include/net/bluetooth/hci_core.h | 73 +++++- > include/net/bluetooth/mgmt.h | 77 +++++++ > net/bluetooth/hci_conn.c | 11 +- > net/bluetooth/hci_core.c | 153 ++++++++++++- > net/bluetooth/hci_event.c | 13 +- > net/bluetooth/hci_request.c | 32 ++- > net/bluetooth/l2cap_core.c | 6 +- > net/bluetooth/mgmt.c | 382 ++++++++++++++++++++++++++++++- > net/bluetooth/mgmt_config.c | 23 +- > net/bluetooth/mgmt_config.h | 6 + > net/bluetooth/msft.c | 7 + > net/bluetooth/msft.h | 9 + > 12 files changed, 755 insertions(+), 37 deletions(-) All patches in this set have been applied to bluetooth-next. Thanks. Johan