From b84ab528c8c4133068a422e86c9634ed2925fdb0 Mon Sep 17 00:00:00 2001 From: Santiago Carot-Nemesio Date: Tue, 27 Dec 2011 15:33:18 +0100 Subject: [PATCH] attrib-server: Mark attrib_channel_detach as deprecated 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 adapter in order to keep backward compatibility. --- src/attrib-server.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/attrib-server.c b/src/attrib-server.c index 219c7c9c0..3a3eebbb4 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) { -- 2.47.3