Our CC2564 connects to a bluetooth headset (beats solo for example) and we need to request the headset delay report to properly synchronize with other devices.
Looking at the CC2564 STM32F411 API provided by TI but can't find any way to get the AVDTP / A2DP delay report.
We are using the A3DPDemo code example.
How can we get headset delay reports?
Thank you.