Other Parts Discussed in Thread: EK-TM4C1294XL
In my scenario I have a Bluetooth device which streams data to the CC2564 (Bluetopia 1.2 stack on Tiva MCU), on SPP with a rate of 100kbps.
After some hours, the CC2564 doesn't receive anything anymore. Using the step by step debug, I can see that the Bluetopia task is running, but I don't receive the etPort_Data_Indication event anymore. So I get the HCI logs using the Logger tool, and I can see the following situation: ACL statistics drop from 105 kbps to 42 kbps, and then I don't receive anything. But the physical link is still active.
Do you find anything strange in the attached log?