Return-Path: MIME-Version: 1.0 In-Reply-To: <1355511098-10190-1-git-send-email-jefferson.delfes@openbossa.org> References: <1355511098-10190-1-git-send-email-jefferson.delfes@openbossa.org> From: Aloisio Almeida Date: Thu, 3 Jan 2013 12:02:00 -0300 Message-ID: Subject: Re: [PATCH 00/12] Add LE broadcaster and observer functionality To: Jefferson Delfes Cc: linux-bluetooth@vger.kernel.org Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-bluetooth-owner@vger.kernel.org List-ID: bump On Fri, Dec 14, 2012 at 3:51 PM, Jefferson Delfes wrote: > This patch series adds broadcaster and observer functionality. > > For the userspace, we are updating our branch and we will send it in s few > days. > > Aloisio Almeida Jr (10): > Bluetooth: Set advertising parameters on LE setup > Bluetooth: Add set controller data MGMT command > Bluetooth: Add set broadcaster MGMT command > Bluetooth: Advertise controller data in broadcaster mode > Bluetooth: Stop to acquire hdev lock inside hci_update_ad > Bluetooth: Enable on-the-fly update of broadcast data > Bluetooth: Enable support for broadcaster mode when powered off. > Bluetooth: Refactor le scan helpers to enable observer support > Bluetooth: Add set observer MGMT command > Bluetooth: Enable support for observer mode when powered off. > > Jefferson Delfes (2): > Bluetooth: Add HCI command to set advertising parameters > Bluetooth: Add unset controller data MGMT command > > include/net/bluetooth/hci.h | 19 +++ > include/net/bluetooth/hci_core.h | 42 ++++- > include/net/bluetooth/mgmt.h | 21 +++ > net/bluetooth/hci_core.c | 183 ++++++++++++++++----- > net/bluetooth/hci_event.c | 121 +++++++++----- > net/bluetooth/mgmt.c | 335 +++++++++++++++++++++++++++++++++++++-- > 6 files changed, 628 insertions(+), 93 deletions(-) > > -- > 1.8.0.2 > > -- > To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html