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.
Thanks for your immediate reply!
YiKai Chen said:Actually, BLE doesn't have standard SPP profile so I would suggest you to keep using current BT Stack.
Yeah, I don't want to change BT stack. I had a look at the SPPLE demo app example found here: http://processors.wiki.ti.com/index.php/CC256x_TI_Bluetooth_Stack_SPPLEDemo_App
I guess (please enlighten me if there are other options) I have two options:
1. Since they based their product on the SPP demo app from the Bluetopia SDK I was wondering if I should sort of replace everything in their code that has to do with SPP with the contents of the SPPLE demo app.
2. Add parts from the SPPLE implementation so I have both SPP and SPPLE?
It seems like the client would rather replace SPP with the BLE example. Do you have any advice in how to best accomplish this task?