Changes since v4:
- include comments from Anderson Lizardo
- use sizeof instead of hardcoded size in memcpy calls
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 | 173 ++++++++++++++++++++++++++++++++++++--
6 files changed, 349 insertions(+), 8 deletions(-)