Can the unique BLE UUID of the ESP chip be exposed via NimBLEServer? #418
konacurrents
started this conversation in
General
Replies: 1 comment 2 replies
-
I'm not sure which UUID you are referring to? If it's the one you see on a phone app it is generated by the phone as a replacement for that MAC address (for privacy). The server device has no knowledge of this. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've been using the NimBLE code and have a large number of servers running the same service name and services/characteristics.
What I would like it to know the unique UUID that the actual ESP BLE device knows (which I understand is unique like a MAC address).
Those looking at advertising device can see that UUID, but I'm not able to get access to its value in the software. If I can get that value, I can equate it to a user supplied device name, and use that in my connection to specific named devices (versus the service name).
I believe this is a GATT requirement.
Any help would be appreciates.
thanks.
Beta Was this translation helpful? Give feedback.
All reactions