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

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

View File

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