Hello All,
I have successfully integrated one NON-A2DP codec in liba2dp.c/BlueZ. This non-a2dp codec get selected when we use supported headset as soon as we start audio stream.
However, I would like to get non-a2dp codec selected right from the begning of pairing mode.
For now, In the beginning it is paired and connected with SBC as default and when I start stream, non-a2dp get selected as I have given it priority non-a2dp codec over SBC liba2dp.c.
Now questions, where I have to amend the code in Android/BlueZ source to tree to get non-a2dp selected as default from the beginning like SBC does ?
Thanks in advance for any pointers.
A