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 961bdde289
commit 6e79d05814
16 changed files with 37 additions and 12 deletions

View File

@@ -834,3 +834,7 @@ config SOC_WIFI_MESH_SUPPORT
config SOC_BLE_SUPPORTED
bool
default y
config SOC_BLE_MESH_SUPPORTED
bool
default y

View File

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