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.

CC2650STK: Is it possible to change the UID of the sensor tag?

Part Number: CC2650STK

I am trying to use the simple_broadcaster_cc2650em example from the ble_sdk_2_02_01_18. I am referring to the swra475a_Bluetoothh_Low_Energy_Beacons document (www.ti.com/.../swra475a.pdf) to build my own iBeacon. The document is very good, I get to know a lot of things.

Problem: I tried changing the parameters that are in the advertData[], even tried replacing it with the ones listed in the document, but I can not see any change in the broadcast advertisement when I scan through the TI Sensor Tag application on my ios device. The UUID is the same and there is no additional data present.

I want to know if the parameters that I am changing is actually taking place or not? If yes then why I am unable to observe it in the app? Do I need a Bluetooth sniffer to get the observations or do I have to make changes in the stack file? Thanks.