Return-Path: From: Santiago Carot-Nemesio To: linux-bluetooth@vger.kernel.org Cc: Santiago Carot-Nemesio Subject: [PATCH 7/8] attrib-server: Mark attrib_channel_detach as deprecated Date: Tue, 20 Dec 2011 16:58:00 +0100 Message-Id: <1324396681-27276-8-git-send-email-sancane@gmail.com> In-Reply-To: <1324396681-27276-7-git-send-email-sancane@gmail.com> References: <1324396681-27276-1-git-send-email-sancane@gmail.com> <1324396681-27276-2-git-send-email-sancane@gmail.com> <1324396681-27276-3-git-send-email-sancane@gmail.com> <1324396681-27276-4-git-send-email-sancane@gmail.com> <1324396681-27276-5-git-send-email-sancane@gmail.com> <1324396681-27276-6-git-send-email-sancane@gmail.com> <1324396681-27276-7-git-send-email-sancane@gmail.com> Sender: linux-bluetooth-owner@vger.kernel.org List-ID: All public attrib-server functions are marked as deprecated until they expose adapter facilities to operate with. This is a transactional patch toward multiple adapter support is implemented. All those functions use default adaptar in order to keep backward compatibility. --- src/attrib-server.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/attrib-server.c b/src/attrib-server.c index 402db3e..90ec1c2 100644 --- a/src/attrib-server.c +++ b/src/attrib-server.c @@ -1402,6 +1402,8 @@ int attrib_gap_set(uint16_t uuid, const uint8_t *value, int len) { uint16_t handle; + DBG("Deprecated function!"); + /* FIXME: Missing Privacy and Reconnection Address */ switch (uuid) { -- 1.7.8