How to modify the BLE gatt server profile

Viewed 308

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

  1. UUID number (added custom UUID number in the uuid16_table in the UUID.h) and name
  2. 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.

1 Answers
Related