[esp32_ble] allow setting of min/max key_size and auth_req_mode (#7138)

Co-authored-by: J. Nick Koston <nick@koston.org>
Co-authored-by: J. Nick Koston <nick@home-assistant.io>
This commit is contained in:
whitty
2026-02-28 03:02:29 +11:00
committed by GitHub
parent 07406c96e1
commit bd3f8e006c
6 changed files with 162 additions and 2 deletions

View File

@@ -0,0 +1,6 @@
esp32_ble:
io_capability: keyboard_display
# Explicitly not setting some parameters to test ifdef selection
# max_key_size: 16
# min_key_size: 7
auth_req_mode: sc_mitm_bond

View File

@@ -0,0 +1,5 @@
esp32_ble:
io_capability: keyboard_display
max_key_size: 16
min_key_size: 7
auth_req_mode: sc_mitm_bond