This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Ho to add custom uuid in ble_app_uart example

Dear sir,

I wants to customized UUID in ble_app_uart example pls. suggest procedure 

Parents
  • Hi

    Please check out the Custom Service tutorial here. This is an update to one of our official Custom service projects on our GitHub that teaches you how to create a custom service with a custom value characteristic, UUID, etc. 

    For the compiling errors you're seeing, it sems like you haven't added the file where FDS_SUCCESS is first declared to your project. This should be the fds.h header file. Seeing as you've added the pm_buffer.c file you also need to add the files and header files that is included by this file.

    Best regards,

    Simon

Reply
  • Hi

    Please check out the Custom Service tutorial here. This is an update to one of our official Custom service projects on our GitHub that teaches you how to create a custom service with a custom value characteristic, UUID, etc. 

    For the compiling errors you're seeing, it sems like you haven't added the file where FDS_SUCCESS is first declared to your project. This should be the fds.h header file. Seeing as you've added the pm_buffer.c file you also need to add the files and header files that is included by this file.

    Best regards,

    Simon

Children
No Data
Related