I managed to compile pulseaudio with the bt support. The only problem is to initialize bluez correctly because it doesn't seem to have audio profile activated
I'm loading bt module the following way:
load-module module-bluetooth-device profile=a2dp channels=2 sink_name="BT Audio" path="/org/bluez/hci0"
and here is the result
D: [pulseaudio] bluetooth-util.c: dbus: interface=org.freedesktop.DBus, path=/org/freedesktop/DBus, member=NameAcquired
E: [pulseaudio] bluetooth-util.c: org.bluez.Manager.ListAdapters() failed: org.freedesktop.DBus.Error.UnknownMethod: Method "ListAdapters" with signature "" on interface "org.bluez.Manager" doesn't exist
I: [pulseaudio] module.c: Loaded "module-bluetooth-discover" (index: #6; argument: "").
E: [pulseaudio] module-bluetooth-device.c: /org/bluez/hci0 is not a valid BlueZ audio device.
E: [pulseaudio] module.c: Failed to load module "module-bluetooth-device" (argument: "profile=a2dp channels=2 sink_name="BT Audio" path="/org/bluez/hci0""): initialization failed.
E: [pulseaudio] main.c: Module load failed.
E: [pulseaudio] main.c: Failed to initialize daemon.
bluez-utils where compiled with --enable-audio
Any hints here?