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.

Changing service UUID still appears as the old UUID

I am trying to change the service UUID of  the simpleGATTProfile but the still appear as xxxxFFFx-xxxx-800....

I wanted the to appear as xxxxEE00-xxxx-800...

I changed the values int the simpleGattProfile.h file:

// Simple Profile Service UUID
#define SIMPLEPROFILE_SERV_UUID 0xEE00

// Key Pressed UUID
#define SIMPLEPROFILE_CHAR1_UUID 0xEE01
#define SIMPLEPROFILE_CHAR2_UUID 0xEE02
#define SIMPLEPROFILE_CHAR3_UUID 0xEE03
#define SIMPLEPROFILE_CHAR4_UUID 0xEE04
#define SIMPLEPROFILE_CHAR5_UUID 0xEE05

I also tried changing the attDeviceName and the scanRspData name that change did not appear when connecting either.

Though changes in the devinfoservice appeared so it seems to be the correct file downloaded.

What am I missing? Have struggled quite a lot with this now...