Bluetooth audio?

Decided to play with Bluetooth today. I have a mini speaker to test with. I can scan and detect devices just fine. But I don't see any documentation on Bluetooth audio.
 
BlueCoder said:
But I don't see any documentation on bluetooth audio...

That's because it's not implemented, yet :e

Maybe some things have been added but they weren't when I looked for them. Couldn't find anything on A2DP or even basic audio. :(
 
Hello all,

Just wondering, is it any solution yet?????

I have manage to connect to the BT Speaker with all the commands at the Handbook https://www.freebsd.org/doc/handbook/network-bluetooth.html
Code:
%sudo kldload ng_ubt
%hccontrol -n ubt0hci inquiry
%hccontrol -n ubt0hci remote_name_request xx:xx:xx:xx:xx:xx
%sudo hccontrol -n ubt0hci create_connection xx:xx:xx:xx:xx:xx

But i don't know how to tell mixer() or sound() to point to the BT device :S

Did someone managed to make it work yet??????

Thank you all in advance.
 
Back
Top