From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Francisco Alecrim To: linux-bluetooth@vger.kernel.org Cc: Francisco Alecrim Subject: [PATCH v3 0/2] Services through DBus and correct EIR Date: Wed, 7 Apr 2010 12:25:48 -0400 Message-Id: <1270657550-28767-1-git-send-email-francisco.alecrim@openbossa.org> Sender: linux-bluetooth-owner@vger.kernel.org List-ID: * Third version: ** Indent change at adapter_emit_uuids_updated ** Use g_strfreev instead of loop to free **uuids. Francisco Alecrim (2): Report local services(UUIDs) through DBus Correct UUIDs list to EIR doc/adapter-api.txt | 5 +++ src/adapter.c | 87 +++++++++++++++++++++++++++++++++++++++++++++++++- src/adapter.h | 2 + src/sdpd-database.c | 4 ++ src/sdpd-service.c | 5 ++- src/sdpd.h | 3 +- test/list-devices | 3 ++ 7 files changed, 104 insertions(+), 5 deletions(-)