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.

BLE serial cable replacement?

Hello,

is anyone aware of a TI BLE stack based example implementation of a transparent serial cable replacement? Specifically, one that works around the 20 byte limit per BLE connection event. 

A few months ago, i had "monkey-hacked" the OAD service into doing something like this, but wanted to check with the community to see if there may be a generally accepted version of this. 

The implementation i am looking for receives multiple 20byte chunks and re-assembles them before passing on to a USART or SPI. in the other direction, cuts data up into 20byte chunks and sends them sequentially. 

My OAD hack wasn't quite so transparent. it just forwarded 20byte chunks between BLE stack and USART and vice versa.

Anyone has done something like that?

Thanks.