Hi TI Forum,
By default our implementation of A2DP source based on TI CC2564C transmit AVDTP audio data over BT Classic using a baseband packet combination of {2-DH5 + 2-DH3}. Instead we would like to use only 2-DH5 baseband packets.
Here's our A2DP Source configuration:
Audio encoder: SBC
Audio sampling: 48kHz
SBC Bitpool: 51
SBC allocation method: Loudness
SBC Channel mode: Joint Stereo
SBC subbands: 8
Audio sample size: 102 Bytes
TI CC2564C takes 7 audio samples to build each AVDTP Media Packet of 818 Bytes.
L2CAP is 822 Bytes and carries the above AVDTP Media Packet of 818B.
Those L2CAP 822 Bytes are spread into the following Baseband packets:
- 679B into 2-DH5 payload
- 143B into 2-DH3 payload
Here's a screenshot of a BT trace from our Ellisys sniffer:
Ideally we would like TI CC2564C to only take 5 audio samples to build AVDTP Media Packets of 588 Bytes.
L2CAP would be 592 Bytes
Those L2CAP 592 Bytes could be carried into:
- a single 2-DH5 payload (maximum payload capacity of 679B)
Any piece of advice to perform this?
How can we request TI CC2564C to only take 5 audio samples instead of 7?
Thanks in advance for your suggestions,
JiBé.