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

nrf51822 GATT database characteristic

Hi

I am using Ubuntu 18.04 and nordic linux development environment SDK s110 with makefile and flash

I want to to create GATT database with this characteristic     status code -4byte - read only

                                                                                         battery -2 byte - read only

                                                                                         command -1 byte  - write only

                                                                                         image data -2-128 byte - write only

                                                                                         image checksum - 4byte - read only

So how can i do this ?

Thanks,

Hardik

Related