Dear sir,
I wants to customized UUID in ble_app_uart example pls. suggest procedure
Dear sir,
I wants to customized UUID in ble_app_uart example pls. suggest procedure
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
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