I was tinkering around creating a Voice Recorder in android. I was able to record audio and play it back. I am even able to record audio when a standard bluetooth headset(Bluetooth 2.X) is connected.
However, when i connect a BLE headset(Bluetooth 4.X) to my phone i am not able to record any audio, and i am not able to figure out why?
Any idea what am i missing?
Here's my manifest file
<uses-permission android:name="android.permission.RECORD_AUDIO" />
<uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS"/>
<uses-permission android:name="android.permission.BROADCAST_STICKY" />
<uses-permission android:name="android.permission.BLUETOOTH" />
<uses-permission android:name="android.permission.BLUETOOTH_ADMIN" />