creepscompilation

Results 8 issues of creepscompilation

I would like the BLE Keyboard to display a unique name when pairing by adding a serial number. If I have multiple BLE keyboards paired, I need to be able...

Is there a way to force the ESP32 BLE Keyboard code to CLEAR out any pairing that is saved? Right now, there is only one way to clear out the...

Hello, I have fully tested the following version of the ESP32-BLE-Keyboard library using an ESP32-S3 module and everything works GREAT, except for Android.. v0.2.3 v0.3.0 v0.3.1 v0.3.2 I confirmed the...

I am in the final phase of testing and I have to use release v0.3.0 to get Android to work at all.. So, with release v0.3.0, Android and Apple iOS...

RESOLVED: I took the advice from SunandMittal.. Starting with release v0.3.2 filename = "BleKeyboard.cpp" Find this line: pSecurity->setAuthenticationMode(ESP_LE_AUTH_REQ_SC_MITM_BOND); Replace the above line to the following from release v0.3.0 pSecurity->setAuthenticationMode(ESP_LE_AUTH_BOND); So,...

I have not been able to get Android devices to work, Windows and Apple MacOS, iOS work well. I read that I should update the version, so I downloaded the...

I am looking for a breakdown of all the library commands and functions that are supported.. Need to save and retain the settings after power down cycle, remain bound to...

This ESP32-BLE Keyboard library has been working GREAT for over 1 year. However, as of March 19th, 2024, I have tested up to (6) different Windows PC's and all of...