How to listen my audio file from Blue-Tooth device, programmatically? I have already route my audio file in between front and rear speaker, while routing over Bluetooth.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
If the device is connected to a bluetooth, audio played through the device will be streamed through bluetooth only right? So maybe you can first check whether the device is connected to a bluetooth device with :
Android's AudioManager class has more details what you can dig into. If the bluetooth is not connected you can programmatically check and connect to available bluetooth devices using Androids bluetooth package. |
|||
|
|