mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-21 16:55:33 +00:00
feat(bt/bluedroid): added a VSC to set minimal encryption key size
This commit is contained in:
@@ -911,6 +911,10 @@ config SOC_BLUFI_SUPPORTED
|
||||
bool
|
||||
default y
|
||||
|
||||
config SOC_BT_H2C_ENC_KEY_CTRL_ENH_VSC_SUPPORTED
|
||||
bool
|
||||
default y
|
||||
|
||||
config SOC_ULP_HAS_ADC
|
||||
bool
|
||||
default y
|
||||
|
@@ -437,6 +437,7 @@
|
||||
#define SOC_BT_CLASSIC_SUPPORTED (1) /*!< Support Bluetooth Classic hardware */
|
||||
#define SOC_BLE_DEVICE_PRIVACY_SUPPORTED (0) /*!< Support BLE device privacy mode */
|
||||
#define SOC_BLUFI_SUPPORTED (1) /*!< Support BLUFI */
|
||||
#define SOC_BT_H2C_ENC_KEY_CTRL_ENH_VSC_SUPPORTED (1) /*!< Support Bluetooth Classic encryption key size configuration through vendor-specific HCI command */
|
||||
|
||||
/*-------------------------- ULP CAPS ----------------------------------------*/
|
||||
#define SOC_ULP_HAS_ADC (1) /* ADC can be accessed from ULP */
|
||||
|
Reference in New Issue
Block a user