]> code.delx.au - pulseaudio/commit
bluetooth: Remove pa_bluetooth_discovery_sync().
authorTanu Kaskinen <tanuk@iki.fi>
Mon, 17 Dec 2012 07:01:03 +0000 (09:01 +0200)
committerTanu Kaskinen <tanuk@iki.fi>
Thu, 20 Dec 2012 11:01:00 +0000 (13:01 +0200)
commitbaa62fb6155fd7053b586477331a81e476cead36
treeded9c28028d50cfac77d74cd865ad28bf37165d1
parentde73a3ed9871007892501f655d7ad798f127f20c
bluetooth: Remove pa_bluetooth_discovery_sync().

pa_bluetooth_discovery_sync() waited until all pending method calls
had completed. I don't understand what the benefit of that could be,
so I removed the function. We should avoid blocking as much as
possible, and the code that used pa_bluetooth_discovery_sync() didn't
look like it really needed to wait for anything.
src/modules/bluetooth/bluetooth-util.c
src/modules/bluetooth/bluetooth-util.h
src/modules/bluetooth/module-bluetooth-discover.c