T-vK / ESP32-BLE-Keyboard

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

Allow server initialisation to happen outside of begin() #248

Open webmonkey opened 1 year ago

webmonkey commented 1 year ago

By separating the server initialisation from the begin() method it's possible to add other GATT services to the server before the HID services and advertisement is started later on.

This would help with situations like #73