How do I set Appearance to my device? #493
Replies: 2 comments
-
That should work, not sure why it wouldn't. What are you using to scan the device? |
Beta Was this translation helpful? Give feedback.
0 replies
-
This seems to be working with some scanning mobile applications. I was asssuming that I would see |
Beta Was this translation helpful? Give feedback.
0 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'm not sure where, but I've seen BLE devices detecting as a dedicated keyboard, or mice. I'm assuming that it can be changed by Appearance Characteristic in General Access Profile. How do I go around doing that in esp32's nimBLE implementation? I have tried doing this:
According to Appearance Values, we know that 0x0083 indicates a Laptop. But, setting appearance with
setAppearance(0x0083)
doesn't do anything to my esp32. It still gets detected an an UNKNOWN DEVICE.Beta Was this translation helpful? Give feedback.
All reactions