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

How to add a custom characteristic to a standard BLE service?

Hi,

Is it possible to add a custom characteristic to a standard BLE service? I wish to add a CO monitor with ESS (0x181A). If yes, how to add a 128 bit UUID with this service? As per the tutorial provided in the link (https://github.com/NordicPlayground/nRF5x-custom-ble-service-tutorial) the characteristic uses a 16 bit UUID (with a 128 bit base) and the function "custom_value_char_add()" adding only this 16 bit UUID, but I think I have to add 128 bit here since the standard service UUID has only 16 bit in length.

Related