I'd like to establish two SCO connections simultaneously using BlueZ
from my "coordinator" application that in the long run will connect /
mix the two SCO connections to let two headsets hear each other, as
well as letting the master controller-application I'm writing to hear
both headsets...
The app itself is fairly straight forward and I've gotten everything to
work properly besides one little tiny detail - One SCO connection works
fine, but once I connect the second SCO connection, all SCO connections
goes down (without any error from the socket / connect commands)...
Both SCO-connections are still there, the headsets only hear "noise"
and I have the fealing that the two headsets don't send any audio, but
that they do receive on the SCO connections... Strange!
Is this a packet-type issue and if so - how can I set the packet-types
from "within" the BlueZ lib / my app?