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.

CC2650 - BLE transmission payload

Other Parts Discussed in Thread: CC2650

Hi,

I am using the sample code SimpleBLEBroadcaster in TI's BLE stack inorder to implement a BLE broadcaster in CC2650. 

But, when I try to modify the payload, I am getting junk data in the receiver.

Could you please tell me the correct method to populate the payload.

I am currently populating the payload values into an array inside SimpleBLEBroadcaster_init.

Thanks in advance!!!