Replies: 2 comments 4 replies
-
You can set the address with these: NimBLE-Arduino/src/NimBLEDevice.h Line 130 in 5dad893 |
Beta Was this translation helpful? Give feedback.
1 reply
-
Does anyone know how to solve this problem? |
Beta Was this translation helpful? Give feedback.
3 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.
-
Hello, I'm new to programming this kind of thing. I'm trying to implement different Bluetooth features on a single device, and I need the computer to be able to connect to two different devices when selecting different features.
For example, I enable the Bluetooth keyboard code on the ESP32 and connect as a keyboard, then switch to the Bluetooth mouse code and use it as a mouse.
I was able to implement the devices separately, but when I connect to the mouse after the keyboard, it connects as a mouse, but with keyboard functionality, and nothing works (the same thing happens vice versa). The name changes in Windows, the icon changes, but it automatically connects to the previous device with the old settings.
I'd like to know the function responsible for changing the address, if one exists, since I couldn't find one. Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions