Reputation: 1596
I don’t have much knowledge about Bluetooth. As android documentation lacks details I'm really confused about this. I'm trying to route a webRTC call to a Bluetooth headset. By calling am.startBluetoothSco()
I can route the audio to the BT headset successfully. But when I read the value using am.isBluetoothScoOn
it sometimes returns false, even if the audio is playing through the BT headset. So, my questions are,
setBluetoothScoOn()
and startBluetoothSco()
Thanks.
Upvotes: 3
Views: 387