This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC2564MODA: DUAL SCO/ESCO problem

Part Number: CC2564MODA

Hello

I have 3 custom cards, which mount CC2564MODA + MSP432 + AIC3254.
Bluetopia Libraries v4.0.3 + Patch v1.8.

App: Full Duplex Audio
Connection via L2CAP.

Currently I was able to use 2 SCO links at the same time on the same board with this configuration:

LinkType = ltSCO;
TransmitBandwidth = 8000;
ReceiveBandwidth = 8000;
MaxLatency = 20;
DataFormat.SCO_Air_Encoding_Type = aeCVSD;
DataFormat.SCO_Data_Encoding_Format = ef1sComplement;
DataFormat.SCO_Data_Encoding_Type = deLinearPCM;
DataFormat.SCO_PCM_Data_Sample_Size = ds8Bit; // or ds16Bit
RetransmissionEffort = reNoRetransmissions;
PacketTypes = HCI_PACKET_SCO_TYPE_HV3;

I tried to modify the parameters written above, the first connection is successful, but the second one returns the SCO_INTERVAL_REJECT error.

My idea, if possible, is to use a double ESCO.

Could anyone please tell me which parameters to use?

Or if I'm forgetting something, would you kindly tell me what, or where to go to check?

Thanks in advance

Alessandro