Bruno Randolf
Bruno Randolf
License?
What's the license of this project? Please clarify... This is also required to make an official OpenWRT package for this.
Adapt regex of "Exit before auth" for the case when dropbear is configured to not allow root logins (RootLogin 'off'). The log entry in this case looks like this: Exit...
As far as I can see there is a global configuration for IO capabilities: ``ble_hs_cfg.sm_io_cap`` I need to support different IO capabilities in different roles, e.g. ``BLE_HS_IO_KEYBOARD_ONLY`` in peripheral role...
The `BLE_GAP_EVENT_PASSKEY_ACTION` event is only passed to the connection event handler (the one passed to `ble_gap_ext_adv_configure()` or `ble_gap_connect()`) but not to event listeners registered with `ble_gap_event_listener_register()`. Is there a reason...
### Answers checklist. - [X] I have read the documentation [ESP-IDF Programming Guide](https://docs.espressif.com/projects/esp-idf/en/latest/) and the issue is not addressed there. - [X] I have updated my IDF branch (master or...