Other Parts Discussed in Thread: CC2564
Hi ,
We are using the CC2564C with STM32 controller with the Bluetopia stack support.
Our Device is meant to Support A2DP,HFP &BLE features. So we are not using any of the assisted modes.
Our Audio data path is like BTCHIP->HCI_UART->STM32(Decoder+Mixer)->I2S->Codec_IC->Speaker. We are not using any of the Audio pins(I2S-PCM).
In the datasheet I was able to find details about Assisted mSBC and Assisted A2DP conditions. But I didn't find anything regarding CVSD data Path.
We were able to use the Stack provided mSBC and SBC API to decode and encode mSBC(WBS) and SBC(A2DP) data.
My question is, let's say we are not using the Audio pins of the BT controller & we are using the coprocessor to support BLE feature.
Now If I choose the HFP to work on CVSD what will be the data flow ?
In the above case What will be the data I will get on the etHFRE_Audio_Data_Indication? will it be CVSD data or PCM data?
Thanks & Regards
Vishnuprasad V