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: SPPM_WriteData sends less and less amount of data and fails

Part Number: CC2564MODA


Hi all

I wanted to send 163071 bytes over Bluetooth. I am using Bluetopia stack.
Below is shown few logs. As you can see the Bluetopia stack method sends
less and less data and fails with unknown error.

BluetoothSocket::Write 163071 (our_method bytes_to_be_written)
SPPM_WriteData 14930 (Bluetopia_framework_method)
BluetoothSocket::Write 148141
SPPM_WriteData 0
HandleSPPMEventSetTransmitBufferEmpty (empty_buffer_event_handler_call)
SPPM_WriteData 10970
BluetoothSocket::Write 137171
SPPM_WriteData 0
HandleSPPMEventSetTransmitBufferEmpty
SPPM_WriteData 6099
BluetoothSocket::Write
SPPM_WriteData -1
Bluetopia failure: SPPM_WriteData (Unknown Error)

With best regards,
Milan