Other Parts Discussed in Thread: CC2540EMK-USB,
Hi,
Testing audio data transfer ota with two BLE devices. I can hear the audio transfer is correct by listening to the audio output of one device, and the C2652R1 packet sniffer.exe displays a CONNECT_REQ followed by initiation / data transfer events in wireshark. However, the 'received write command' packets that appear in wireshark when audio transfer is occurring show a CRC error, and no nonzero data is displayed (data transfer has been set to occur at 1M). How can I fix this error to correctly display the data transfer? Using the TI sniffer, I noticed in the Wireshark output of a data link that the 'received write command' shows frame length 304 -does this make sense for an exchanged MTU of 247? If the exchanged MTU is set incorrectly for the data being sent (e.g. too small) could this cause the problem shown? I'm expecting to see non-empty data transfers via notification every connection event (~25ms) consisting of >200bytes while audio is being transferred.