Merge branch 'feature/update_ble_doc_for_esp32c6_esp32h2_v5.1' into 'release/v5.1'

ble docs: Update ble doc for esp32c6 and esp32h2

See merge request espressif/esp-idf!23801
This commit is contained in:
Jiang Jiang Jian
2023-05-23 15:33:51 +08:00
16 changed files with 33 additions and 74 deletions

View File

@@ -1234,3 +1234,7 @@ config SOC_BLE_DEVICE_PRIVACY_SUPPORTED
config SOC_BLE_POWER_CONTROL_SUPPORTED
bool
default y
config SOC_BLUFI_SUPPORTED
bool
default y

View File

@@ -507,3 +507,4 @@
#define SOC_BLE_50_SUPPORTED (1) /*!< Support Bluetooth 5.0 */
#define SOC_BLE_DEVICE_PRIVACY_SUPPORTED (1) /*!< Support BLE device privacy mode */
#define SOC_BLE_POWER_CONTROL_SUPPORTED (1) /*!< Support Bluetooth Power Control */
#define SOC_BLUFI_SUPPORTED (1) /*!< Support BLUFI */