diff options
Diffstat (limited to 'plugins/bluetooth.c')
-rw-r--r-- | plugins/bluetooth.c | 4 |
1 files changed, 4 insertions, 0 deletions
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, |