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

This commit is contained in:
Rahul Tank
2023-02-16 19:56:41 +05:30
parent fc9538c63d
commit d89736babf
21 changed files with 47 additions and 9 deletions

View File

@@ -858,3 +858,7 @@ config SOC_BLE_MESH_SUPPORTED
config SOC_ESP_NIMBLE_CONTROLLER
bool
default y
config SOC_BLE_50_SUPPORTED
bool
default y

View File

@@ -402,3 +402,4 @@
#define SOC_BLE_SUPPORTED (1) /*!< Support Bluetooth Low Energy hardware */
#define SOC_BLE_MESH_SUPPORTED (1) /*!< Support BLE MESH */
#define SOC_ESP_NIMBLE_CONTROLLER (1) /*!< Support BLE EMBEDDED controller V1 */
#define SOC_BLE_50_SUPPORTED (1) /*!< Support Bluetooth 5.0 */