Other Parts Discussed in Thread: CC2564C, CC2564
The CC564C BT controller has been used in BT 4.2 classic(A2DP and HFP) + BLE mode. Since, we are using BLE+HFP/A2DP simultaneously, BT controller can't be configured as assisted A2DP/HFP mode.
From the datasheet, it is clear that external audio codec has to be used to encode and decode audio data packets received over BT profiles in normal mode(A2DP/HFP).
Bluetopia v4.2.1 has SBC encoder and decode functionality. However, phones like oneplus 3T(Android 9.0), redmi note 7 pro(Android 9.0) uses CVSD audio codec in HFP profiles.
And blutopia stack doesn't contain any CVSD encoder/decoder functionality. We would like to get reference/code/examples on CVSD encoder and decoder.