pipewire/spa/plugins/bluez5
Wim Taymans d2c18c7b1a Improve async handling
Don't use special callback in node to receive the results. Instead,
use a generic result callback to receive the result. This makes things
a bit more symetric and generic again because then you can choose how
to match the result to the request and you have a generic way to handle
both the sync and async case. We can then also remove the wait method.
This also makes the remote interface and spa interface to objects very
similar.

Make a helper object to receive and dispatch results. Use this in the
helper for enum_params.

Make device use the same result callbacks.
2019-02-25 12:29:57 +01:00
..
a2dp-codecs.c Add bluez5 plugins 2018-01-16 15:19:55 +01:00
a2dp-codecs.h a2dp-codecs: also define functions for big endian 2018-01-23 16:23:39 +01:00
a2dp-sink.c Improve async handling 2019-02-25 12:29:57 +01:00
bluez5-device.c Improve async handling 2019-02-25 12:29:57 +01:00
bluez5-monitor.c spa: don't use constructor attribute to register factories 2019-02-06 12:14:25 +01:00
defs.h Don't use __ in defines or declarations, it's reserved 2019-01-14 13:00:00 +01:00
meson.build add _GNU_SOURCE as compiler flag 2019-01-08 17:36:58 +01:00
plugin.c use SPA_EXPORT to export symbols 2019-02-06 13:24:41 +01:00
rtp.h Add bluez5 plugins 2018-01-16 15:19:55 +01:00