We're running Android 9 on IMX8mini, we want to enable A2DP,
I found the device/fsl/evk_8mm/bluetooth/bdroid_buildcfg.h seems already enable it:
//Enable A2DPSink AVRCPController
#define BTA_AV_SINK_INCLUDED TRUE
But it didn't work, is there some other changes needed?
Hi
In following file
android_build/packages/apps/Bluetooth/res/values/config.xml
BR
Zhiming
Thank you very much!!! We'll have a try on this.