Ok... my bluetooth dongle has a CSR chipset which I believe is the best
supported for SCO on linux. I'm on my second or third dongle since I began
my own journey. :) I have used my headset in full duplex with a small
python app I'm developing. The app uses the ALSA APIs to open the device.
The
I recently tried the bluez audio service in gutsy and it is working fine for
me. I put the following in my ~/.asoundrc:
pcm.headset_hw {
type bluetooth
device bdaddrs
}
ctl.headset {
type bluetooth
device bdaddrs
}
pcm.headset {
type plug
slave.pcm "headset_hw"
}
# This sp