T-vK / ESP32-BLE-Keyboard

Bluetooth LE Keyboard library for the ESP32 (Arduino IDE compatible)
2.4k stars 399 forks source link

Can connect to android but nothing is being sent over #220

Closed smokingpacman closed 1 year ago

smokingpacman commented 1 year ago

Hey, I can get bluetooth to connect and I know it is connected because on the serial monitor, the ESP32 is trying to send over the keys, however, nothing is actually reaching the Android device. I have a text editor open and nothing is being sent across. I'm unsure why this is an issue because I tried the other ESP32 Bluetooth Keyboard library by ManuelBL and that was sending keystrokes over just fine, the only issue is I need media keys. Any idea as to what might fix this?