ble_mesh: docs: Remove BLE Mesh related reference for C2

This commit is contained in:
wangjialiang
2022-08-11 17:21:27 +08:00
parent 140b7d792b
commit ddc294c79f
16 changed files with 37 additions and 12 deletions

View File

@@ -743,6 +743,10 @@ config SOC_BLE_SUPPORTED
bool
default y
config SOC_BLE_MESH_SUPPORTED
bool
default y
config SOC_ESP_NIMBLE_CONTROLLER
bool
default y

View File

@@ -361,4 +361,5 @@
/*---------------------------------- Bluetooth CAPS ----------------------------------*/
#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 */