We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, it is not possible to deny any pairing requests.
We should include the possibility to deny pairing requests by default and enable them by a command via the external UART.
As there is no useful documentation how to do that, I think it should be sufficient to deny an authentication request here
esp32_mouse_keyboard/main/ble_hidd_demo_main.c
Line 244 in f27a45a
false
Nevertheless, if we switch OFF pairing by default, it would break compatibility. So I suggest we enable this feature by a new KConfig file.
The text was updated successfully, but these errors were encountered:
Unfortunately, the whitelist approach should work in general, but this is currently broken in esp-idf: espressif/esp-idf#2262
Sorry, something went wrong.
Preparation for pairing on/off (see #36) & formatting with astyle.
1404e1e
Note that currently it is not possible to activate the pairing on/off option, because it is broken in the esp-idf.
Maybe there is a solution: espressif/esp-idf#8613
No branches or pull requests
Currently, it is not possible to deny any pairing requests.
We should include the possibility to deny pairing requests by default and enable them by a command via the external UART.
As there is no useful documentation how to do that,
I think it should be sufficient to deny an authentication request here
esp32_mouse_keyboard/main/ble_hidd_demo_main.c
Line 244 in f27a45a
by returning
false
.Nevertheless, if we switch OFF pairing by default, it would break compatibility.
So I suggest we enable this feature by a new KConfig file.
The text was updated successfully, but these errors were encountered: