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.

Sending structures over BLE

Other Parts Discussed in Thread: CC2650

I have been successful in sending  8 bit values over BLE to my android app using cc2650 launchpad. Now I want to send structures over BLE to my android phone. I want to send a structure consisting of a mobile number string and a name character string. I want to keep this structure dynamic such that it gets updated with the latest information and a counter increments such that the updated structure is sent. Is there a way to do this in which way I can do this? Is there a reference example which I can use to implement such an example?

Regards,

Keyshav

  • Hey Keyshav,
    It sounds like you should already be able to send any type of data you want to send via BLE. If you are able to send a byte over BLE, why not define additional entries in the GATT server that's running on the cc2650LP?
    ProjectZero has a good example of sending a string over BLE using GATT. Take a look at it in the latest version of SimpleLinkAcademy: (software-dl.ti.com/.../overview.html )
    Regards,
    -Rebel