fix(nimble): Remove ESP IP dependancy on enc_adv_data example

This commit is contained in:
Rahul Tank 2024-08-06 13:39:13 +05:30 committed by shreeyash
parent 6d79a72d62
commit 4ed10e555d
6 changed files with 9 additions and 9 deletions

View File

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

View File

@ -95,9 +95,9 @@ examples/bluetooth/nimble:
examples/bluetooth/nimble/ble_enc_adv_data:
enable:
- if: IDF_TARGET in ["esp32c2", "esp32c3", "esp32s3"]
- if: SOC_BLE_SUPPORTED == 1 and IDF_TARGET != "esp32"
temporary: true
reason: the other targets are not tested yet
reason: BLE 5.0 not supported on esp32
examples/bluetooth/nimble/ble_htp:
enable:

View File

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

View File

@ -8,8 +8,8 @@ menu "Example Configuration"
config EXAMPLE_ENC_ADV_DATA
bool
depends on SOC_ESP_NIMBLE_CONTROLLER && BT_NIMBLE_50_FEATURE_SUPPORT
prompt "Enable encrypted advertising data feature support"
depends on BT_NIMBLE_50_FEATURE_SUPPORT
default y
select BT_NIMBLE_ENC_ADV_DATA
help

View File

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

View File

@ -56,7 +56,7 @@ menu "Example Configuration"
config EXAMPLE_ENC_ADV_DATA
bool
prompt "Enable encrypted advertising data feature support"
depends on SOC_ESP_NIMBLE_CONTROLLER && BT_NIMBLE_50_FEATURE_SUPPORT
depends on BT_NIMBLE_50_FEATURE_SUPPORT
default y
select BT_NIMBLE_ENC_ADV_DATA
help