docs(nimble): Added chip information in ble_enc_adv README file

This commit is contained in:
Rahul Tank 2024-05-10 12:10:00 +05:30
parent 8cf7043e28
commit 8abb343778
4 changed files with 5 additions and 6 deletions

View File

@ -898,7 +898,6 @@ config BT_NIMBLE_OPTIMIZE_MULTI_CONN
config BT_NIMBLE_ENC_ADV_DATA config BT_NIMBLE_ENC_ADV_DATA
bool "Encrypted Advertising Data" bool "Encrypted Advertising Data"
depends on SOC_ESP_NIMBLE_CONTROLLER
select BT_NIMBLE_EXT_ADV select BT_NIMBLE_EXT_ADV
help help
This option is used to enable encrypted advertising data. This option is used to enable encrypted advertising data.

View File

@ -156,7 +156,7 @@ examples/bluetooth/nimble/ble_dynamic_service:
examples/bluetooth/nimble/ble_enc_adv_data: examples/bluetooth/nimble/ble_enc_adv_data:
enable: enable:
- if: IDF_TARGET in ["esp32c2", "esp32c6", "esp32h2"] - if: IDF_TARGET in ["esp32c2", "esp32c3", "esp32c6", "esp32h2", "esp32h4", "esp32s3"]
temporary: true temporary: true
reason: the other targets are not tested yet reason: the other targets are not tested yet

View File

@ -1,5 +1,5 @@
| Supported Targets | ESP32-C2 | ESP32-C6 | ESP32-H2 | | Supported Targets | ESP32-C2 | ESP32-C3 | ESP32-C6 | ESP32-H2 | ESP32-S3 |
| ----------------- | -------- | -------- | -------- | | ----------------- | -------- | -------- | -------- | -------- | -------- |
# BLE Encrypted Advertising Data Central Example # BLE Encrypted Advertising Data Central Example

View File

@ -1,5 +1,5 @@
| Supported Targets | ESP32-C2 | ESP32-C6 | ESP32-H2 | | Supported Targets | ESP32-C2 | ESP32-C3 | ESP32-C6 | ESP32-H2 | ESP32-S3 |
| ----------------- | -------- | -------- | -------- | | ----------------- | -------- | -------- | -------- | -------- | -------- |
# BLE Encrypted Advertising Data Peripheral Example # BLE Encrypted Advertising Data Peripheral Example