From 8250c1edad055976bb48ebd4aaa49aa078e8ec93 Mon Sep 17 00:00:00 2001 From: "Gustavo F. Padovan" Date: Thu, 17 Feb 2011 19:00:49 -0300 Subject: [PATCH] bluetooth: add DBG() messages --- plugins/bluetooth.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/plugins/bluetooth.c b/plugins/bluetooth.c index 5f2d80dc..7c2d5b06 100644 --- a/plugins/bluetooth.c +++ b/plugins/bluetooth.c @@ -280,6 +280,8 @@ static void device_properties_cb(DBusPendingCall *call, gpointer user_data) goto done; } + DBG(""); + bluetooth_parse_properties(reply, "UUIDs", has_uuid, &have_uuid, "Adapter", parse_string, &adapter, "Address", parse_string, &device_addr, @@ -410,6 +412,8 @@ static void adapter_properties_cb(DBusPendingCall *call, gpointer user_data) goto done; } + DBG(""); + bluetooth_parse_properties(reply, "Devices", parse_devices, &device_list, "Address", parse_string, &addr,