WIP: BLE HID Support
Currently, it works as a BLE HID Keyboard on Android.
On Windows, pairing fails.
I haven't tested it in other environments.
I plan to gradually work on making it compatible with Windows.
What's missing?
The BLE connection is not completing because the system is not responding correctly to requests from Windows OS and other sources. Some processes related to LESC are not yet implemented in github.com/tinygo-org/bluetooth, so updates will be needed there as well.
The BLE connection is not completing because the system is not responding correctly to requests from Windows OS and other sources. Some processes related to LESC are not yet implemented in github.com/tinygo-org/bluetooth, so updates will be needed there as well.
Ah, thanks for the swift response. I'll be waiting for updates to the project then!