bluetooth: add DBG() messages

This commit is contained in:
Gustavo F. Padovan 2011-02-17 19:00:49 -03:00 committed by Marcel Holtmann
parent 10caaadd9b
commit 8250c1edad
1 changed files with 4 additions and 0 deletions

View File

@ -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,