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

Where can I find Name/Description String for Bluetooth Service, Characteristic or Descriptor UUIDs?

If you're working on a product that requires you to show and translate GATT Attribute (Service, Characteristic and/or Descriptor) UUIDs to Strings to the user, it's likely you'll want the User-Readable Name or Description for said UUIDs.

Up until now, there hasn't been a place to go to obtain said information. Most likely, you've had to roll-your-own, either for all UUIDs, or for the strict subset you've been working on.

But that's a thing of the past now; you can simply use our new Bluetooth Numbers Database, which we promise to update as necessary. We also allow anyone who has the rights to it to add UUIDs if they find our library is missing them.

If you encounter any issues, please let us know! We'd like to make this project as complete and developer-friendly as possible.

Related