Return-Path: From: Szymon Janc To: CC: , , Szymon Janc Subject: [PATCH v3 0/5] Support for OOB in mgmt interface Date: Mon, 21 Mar 2011 14:06:56 +0100 Message-ID: <1300712821-23172-1-git-send-email-szymon.janc@tieto.com> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-bluetooth-owner@vger.kernel.org List-ID: Changes since v2: - include Gustavo comments - rebase and update commands codes - move oob enabling part to separate patch 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 | 26 ++++++ include/net/bluetooth/hci_core.h | 18 ++++ include/net/bluetooth/mgmt.h | 18 ++++ net/bluetooth/hci_core.c | 67 +++++++++++++++ net/bluetooth/hci_event.c | 56 ++++++++++++- net/bluetooth/mgmt.c | 175 ++++++++++++++++++++++++++++++++++++-- 6 files changed, 352 insertions(+), 8 deletions(-)