Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong format of Serial Number String Characteristic in Device Information Service #155

Open
thalionath opened this issue Apr 15, 2020 · 0 comments

Comments

@thalionath
Copy link

In nRF Connect v3.3.1 BLE the Serial Number String Characteristic of the standard Device Information Service is displayed as byte dump instead of a UTF8 string as specified by the standard.

As a quick fix, I added it to uuid_definitions.json

{
     "uuid16bitCharacteristicDefinitions": {
           "2A25": {
              "name": "Serial Number String",
              "format": "TEXT"
           }
     }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant