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

What is the purpose of "write" property in Device Name characteristic of Generic Access service in nRF52840 S140 SDK16?

Hi everyone,

I was wondering what is the purpose of "write" property in Device Name characteristic (UUID2A00) of Generic Access service (UUID 1800).

Why should I change the device name?

This is before I change the Device Name

This is after changing Device Name by writing "TEST"  to the write property

The name that the peripheral advertises remains the same in both case.. So what is the practical usage of this property in Device Name characteristic?

Thanks in advance 

Nick

Parents Reply
  • Hi Nikos,

    Nikosant03 said:
    what is the practical usage of this property in Device Name characteristic?

    You could use it to set or get the device name. There are many similar discussions and use cases on the Devzon.

    Nikosant03 said:
    why does it exist and how it could be helpful for me?

    That is one of the characteristics in the Generic Access service which is defined in here. It depends on how/what you want to use it. You can search on Devzon to see other people's use cases. 

    -Amanda H.

Children
No Data
Related