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. Changes from previous version: Using new profile abstraction (replaces btd_device drivers) 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 | 90 ++++++++++++++ profiles/scanparam/manager.h | 26 ++++ profiles/scanparam/scan.c | 274 +++++++++++++++++++++++++++++++++++++++++++ profiles/scanparam/scan.h | 26 ++++ 6 files changed, 477 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 -- 1.7.12 -- 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