Merge branch 'bugfix/modify_configuration_for_ble_5' into 'master'

Nimble: Update example configuration to enable ext adv feature only for BLE5.0 supported chips

See merge request espressif/esp-idf!22409
This commit is contained in:
Rahul Tank
2023-03-10 12:35:39 +08:00
21 changed files with 47 additions and 9 deletions

View File

@@ -1234,3 +1234,7 @@ config SOC_BLE_SUPPORTED
config SOC_BLE_MESH_SUPPORTED
bool
default y
config SOC_BLE_50_SUPPORTED
bool
default y

View File

@@ -503,3 +503,4 @@
/*---------------------------------- Bluetooth CAPS ----------------------------------*/
#define SOC_BLE_SUPPORTED (1) /*!< Support Bluetooth Low Energy hardware */
#define SOC_BLE_MESH_SUPPORTED (1) /*!< Support BLE MESH */
#define SOC_BLE_50_SUPPORTED (1) /*!< Support Bluetooth 5.0 */