Return-Path: From: Santiago Carot-Nemesio To: linux-bluetooth@vger.kernel.org Subject: Multi-adapter GATT server support Date: Tue, 27 Dec 2011 10:29:34 +0100 Message-Id: <1324978182-5707-1-git-send-email-sancane@gmail.com> Sender: linux-bluetooth-owner@vger.kernel.org List-ID: These set of patches completes multi-adapter GATT server support. They depend on the latest patches sent on December the 20th. These patches change the gatt server interface to provide a new paramenter that is the adapter in which the operation takes place. The only pending task after applying these pacthes is to refactor the code for GATT server plugins in order to register their attributes whenever an adapter is plugged instead of doing that when the plugin is loaded. Plugins what will need a refactorization after this set of patches are time and proximity. Example plugin is already fixed. [PATCH 1/8] attrib-server: Add blutooth adapter to [PATCH 2/8] attrib-server: Add bluetooth adapter in attrib_db_add [PATCH 3/8] gatt-service: Add bluetooth adapter in gatt_service_add [PATCH 4/8] attrib-server: Add bluetooth adapter in attrib_db_update [PATCH 5/8] attrib-server: Add bluetooth adapter in attrib_gap_set [PATCH 6/8] attrib-server: Add bluetooth adapter in attrib_db_del [PATCH 7/8] attrib-server: Add bluetooth adapter in [PATCH 8/8] attrib-server: Add Gattrib in attrib_channel_detach