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.

Simple Profile (BLE) Data to store in another variable

Other Parts Discussed in Thread: CC2650

Hi,

I'm working on some of the project in which i have to communicate 2 ble devices over Bluetooth .Currently I'm using Multi role code for implementation.

Objective- 1 ble device (CC2650) sending data to another ble device using simpleProfile parameters and another device (CC2650) have to receive the same data and copy it to some variable .

 I'm getting the data in simpleProfileChar1 but I unable it to copy it to other variable. Apart from  simpleProfileChar1 ,Is their any other variable which stored ble data ?

Or, if there is other way to do the same to achieve my objective.

Awaiting for the response.

Thanks & Regards,

Shashank

 

  • Hi shashank,

    I'm having trouble understanding your use case. Are you only connecting between two devices? What is the reason you are using the multirole app instead of the SimpleCentral and SimplePeripheral projects?