Return-Path: From: Vinicius Costa Gomes To: linux-bluetooth@vger.kernel.org Cc: Vinicius Costa Gomes Subject: [PATCH v2 0/6] Attrib client move Date: Mon, 28 Mar 2011 19:40:45 -0300 Message-Id: <1301352051-12046-1-git-send-email-vinicius.gomes@openbossa.org> Sender: linux-bluetooth-owner@vger.kernel.org List-ID: Hi, This patch series moves the Attrib client to the core, this move is more related to the build system than with code being moved. Things left to be done (that will be done in later patches): - Remove the attrib plugin; - Use SDP information to register primary services; -- Cheers, Vinicius Costa Gomes (6): Move Attrib client to the core Register Attrib interface when loading device from storage Register Attrib interface after Primary Service discovery Remove _init and _exit methods from Attrib client Add support for re-using the attrib channel Fix disconnecting when primary service discovery is done Makefile.am | 4 +- attrib/client.c | 49 +++++++++++++++--------------------------- attrib/client.h | 6 ++-- attrib/main.c | 14 +----------- attrib/manager.c | 62 ++--------------------------------------------------- attrib/manager.h | 2 +- src/adapter.c | 5 ++++ src/device.c | 20 +++++++++++------ 8 files changed, 46 insertions(+), 116 deletions(-) -- 1.7.4.1