Return-Path: From: Alfonso Acosta To: linux-bluetooth@vger.kernel.org Subject: [PATCH v5 0/2] core: Add plugin-support for Manufacturer Specific Data EIR Date: Mon, 20 Oct 2014 14:50:59 +0000 Message-Id: <1413816661-19290-1-git-send-email-fons@spotify.com> Sender: linux-bluetooth-owner@vger.kernel.org List-ID: v5: * rebased * fixed warning * fixed android compilation error v4: * Support for multiple MSD fields in the same EIR data block. * Moved parsing to a separate function: eir_parse_msd() v3: * Corrections suggested by Johan on the handling of eir.h * Parser sanity check on the size of the MSD payload. * Minor typo correction on commit message. Alfonso Acosta (2): core: Add Manufacturer Specific Data EIR field core: Add subscription API for Manufacturer Specific Data src/adapter.c | 45 +++++++++++++++++++++++++++++++++++++++++++++ src/adapter.h | 10 ++++++++++ src/eir.c | 22 ++++++++++++++++++++++ src/eir.h | 10 ++++++++++ 4 files changed, 87 insertions(+) -- 1.9.1