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

user description descriptor

Hi, How to set user description descriptor to a particular attribute? I have created one primary gatt service with more than four characteristics, when is see it through the master control panel, i get confuse on which is belongs to which characteristics. I have attached the snap of my master control panel, please suggest me how to add descriptors like battery level, device name in some other characteristics.

Regards, Balaji

master_control_panel.png

Parents
  • Hi, I'm having a similar problem - close to this, but this doesn't achieve what I'm looking for.

    If I run the BLE UART demo, and look in the Master Control Pannel I see a PrimaryService called "UART over BLE" with two attributes "UART RX" and "UART TX". I then create a thrid attribute and do the above and see the thrid attribute with a "CharacteristicUserDescription:UserDescription" of the text I put in... but the attribute is shown as "UUID:: th:eu:ui:d" ...

    Where did "UART RX", "UART TX" and "UART over BLE" strings come from? Are they hardwired into S110? Into the Master Control Pannel? They don't show up in a generic Android app... which just gives "Unknown Service" and "Unknown Characteristic"...

    Is the CharacteristicUserDescription:UserDescription all we can do, the rest being upto the SIG?

  • Master Control Panel has a list over UUIDs which it recognizes and gives string names to. The list is kept in the file uuid_definitions.txt in the application folder. New UUID names can be added to that file.

Reply Children
No Data
Related