summaryrefslogtreecommitdiffstats
path: root/src/modules/bluetooth/bluetooth-util.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2009-03-31 00:26:12 +0200
committerLennart Poettering <lennart@poettering.net>2009-03-31 00:26:12 +0200
commitcab1e54392728251bd3b724e42d2b022aa7e7ad2 (patch)
tree0c4e27c7116041b419b5d9fddc5752f973ba2b49 /src/modules/bluetooth/bluetooth-util.c
parentff7033c11d9248fe837204b03c8397231dc511fe (diff)
explain ff7033c11d9248fe837204b03c8397231dc511fe
Diffstat (limited to 'src/modules/bluetooth/bluetooth-util.c')
-rw-r--r--src/modules/bluetooth/bluetooth-util.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/modules/bluetooth/bluetooth-util.c b/src/modules/bluetooth/bluetooth-util.c
index 02413f4a..6e4344f7 100644
--- a/src/modules/bluetooth/bluetooth-util.c
+++ b/src/modules/bluetooth/bluetooth-util.c
@@ -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) {