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 61bb05b..0414ff7 100644 --- a/src/attrib-server.c +++ b/src/attrib-server.c @@ -1433,6 +1433,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 -- 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