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

add 16 bit uuid ble standard characteristics

Hi,

 I've been following below tutorial and everything works fine.

https://devzone.nordicsemi.com/nordic/short-range-guides/b/bluetooth-low-energy/posts/ble-characteristics-a-beginners-tutorial

However, I was not able to figure out how to modify so that I can add BLE assigned 16bit characteristics. For example, I'd like to add ESS services (0x181A) to above tutorial. Do I just use  standard 16-bit into 128-bit uuid with zeros like below?

0000181A-0000-0000-0000-00000000000

Or is there a simpler way to add BLE standard 16 bit uuids?

I'm okay to modify HRM example if feasible. 

Thanks for your help,

Related