Changes since v3: - fix missing break in switch-case in hci_event_packet() - remove some not needed empty lines in hci.h BR, Szymon Janc on behalf of ST-Ericsson Szymon Janc (5): Bluetooth: Rename cmd to param in pending_cmd Bluetooth: Allow for NULL data in mgmt_pending_add Bluetooth: Add read_local_oob_data management command Bluetooth: Add add/remove_remote_oob_data management commands Bluetooth: Enable support for out of band association model include/net/bluetooth/hci.h | 24 +++++ include/net/bluetooth/hci_core.h | 18 ++++ include/net/bluetooth/mgmt.h | 18 ++++ net/bluetooth/hci_core.c | 67 +++++++++++++++ net/bluetooth/hci_event.c | 57 ++++++++++++- net/bluetooth/mgmt.c | 175 ++++++++++++++++++++++++++++++++++++-- 6 files changed, 351 insertions(+), 8 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html