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.

Question about SimpleBLEperipheral code

Other Parts Discussed in Thread: CC2540

Hello, Recently, I've tried to make custom uuid for my H/W device.

My custom app find all BLE device, I want to decrease this time by setting uuid range in app.

In my app, the cc2540 has for services, 

00001800-0000-1000-8000-000805f9b34fb

00001801-0000-1000-8000-000805f9b34fb

0000180a-0000-1000-8000-000805f9b34fb

and 0000fff0-0000-1000-8000-000805f9b34fb

The three uuid, 1800, 1801, 180a is the original value I guess, and I want to change the fff0 uuid value. 

But it's very hard to me. 

How to change? I've tried change SimpleGATTprofile.c many times, But there is no change.

(I also have some question, I download program by using USB connection from IAR workbench. Is it wrong?)