]> code.delx.au - pulseaudio/commitdiff
explain ff7033c11d9248fe837204b03c8397231dc511fe
authorLennart Poettering <lennart@poettering.net>
Mon, 30 Mar 2009 22:26:12 +0000 (00:26 +0200)
committerLennart Poettering <lennart@poettering.net>
Mon, 30 Mar 2009 22:26:12 +0000 (00:26 +0200)
src/modules/bluetooth/bluetooth-util.c

index 02413f4a2e6f4de245de46a786eb32c6388cfc4d..6e4344f73c3a4284d96bf8d47dc04af42b92102a 100644 (file)
@@ -418,6 +418,9 @@ static void found_device(pa_bluetooth_discovery *y, const char* path) {
 
     pa_assert_se(m = dbus_message_new_method_call("org.bluez", path, "org.bluez.Device", "GetProperties"));
     send_and_add_to_pending(y, d, m, get_properties_reply);
+
+    /* Before we read the other properties (Audio, AudioSink, Headset) we wait
+     * that the UUID is read */
 }
 
 static void list_devices_reply(DBusPendingCall *pending, void *userdata) {