Hi Claudio, On Tue, Sep 25, 2012, Claudio Takahasi wrote: > This patch series implements a new GATT based service/plugin for Scan > Parameters: Optional service for HID devices. > > This service enables a GATT Client to store the LE scan parameters on > a GATT Server device, allowing the GATT Server to use this information > to adjust the scanning settings to optimize power consumption and/or > reconnection latency. > > v1 changes: Using new profile abstraction (replaces btd_device drivers) > v2 changes: Add profile parameter to device probe function > > Claudio Takahasi (8): > scan: Add plugin skeleton > scan: Register profile > scan: Add ATTIO callbacks registration > scan: Add write scan interval window > scan: Enable Scan Refresh notification > scan: Register notification handler > scan: Write parameters when requested > scan: Avoid discover if scan handle is known > > Makefile.am | 8 +- > profiles/scanparam/main.c | 55 +++++++++ > profiles/scanparam/manager.c | 92 +++++++++++++++ > profiles/scanparam/manager.h | 26 ++++ > profiles/scanparam/scan.c | 274 +++++++++++++++++++++++++++++++++++++++++++ > profiles/scanparam/scan.h | 26 ++++ > 6 files changed, 479 insertions(+), 2 deletions(-) > create mode 100644 profiles/scanparam/main.c > create mode 100644 profiles/scanparam/manager.c > create mode 100644 profiles/scanparam/manager.h > create mode 100644 profiles/scanparam/scan.c > create mode 100644 profiles/scanparam/scan.h All patches in this set have been applied. Thanks. Johan -- 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