component/bt: support BLE Application Layer Encryption key size check

This commit is contained in:
XieWenxiang
2020-09-15 17:25:50 +08:00
parent 366b036ba5
commit e840191a0c
7 changed files with 33 additions and 0 deletions
@@ -292,6 +292,8 @@ typedef enum {
ESP_BLE_SM_ONLY_ACCEPT_SPECIFIED_SEC_AUTH,
/* Enable/Disable OOB support */
ESP_BLE_SM_OOB_SUPPORT,
/* Appl encryption key size */
ESP_BLE_APP_ENC_KEY_SIZE,
ESP_BLE_SM_MAX_PARAM,
} esp_ble_sm_param_t;