-
Notifications
You must be signed in to change notification settings - Fork 414
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
MacOS (10.15.1 (19B88)) /System Preferences/Bluetooth device initially discovers with ID instead of the name #35
Comments
I think that's a Mac "feature". If no name is specified, it would fall back to "ESP32 Bluetooth Mouse". What your Mac is showing seems to be a the Mac address with dashes instead of colons. I would assume that it shows the correct name after a while or maybe after reloading the list? |
Yeah, the correct name shows after turning Bluetooth on/off |
I realized that MacOS seems sensitive to chars. |
Created a PR |
Thank you, I have accepted the PR. |
When you're connecting device for the first time after uploading the code and rebooting ESP32,
it discovers with the factory name, not defined in the code
When devices paired, it shows with the defined name in the code:
BleKeyboard bleKeyboard("Swiping");
The text was updated successfully, but these errors were encountered: