This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Modify service/characteristic uuid

I am working on blinky example and want to modify service/characteristic uuid. I do that in ble_lbs.h as follows:

//#define LBS_UUID_SERVICE 0x1523 #define LBS_UUID_SERVICE 0x1526 //#define LBS_UUID_BUTTON_CHAR 0x1524 #define LBS_UUID_BUTTON_CHAR 0x1234

I can see the modifications in advertising data but the service/characteristic uuids shown when connected are not what I expect. Any suggestions for this?

  • I run my example this morning and surprisingly saw the modified uuids. My guess is that the LightBlue (on iPhone) somehow saves contexts locally and displays un-updated uuid. Anyway, I consider this case solved.

Related