I need to create a ble custom profile for my peripheral server in Linux and C code. I tried to modify existing time profile under /bluez_source_code/profiles/time folder. I have modified
- UUID number (added custom UUID number in the uuid16_table in the UUID.h) and name
- Added new characteristic
I have compiled the whole ble stack and tested the time profile. The peripheral client sees the no change the UUID number and charateristic name.
Is there any any thing else I need to modify for the custom profile.