mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
fix(nimble): Remove ESP IP dependancy on enc_adv_data example
This commit is contained in:
parent
6d79a72d62
commit
4ed10e555d
@ -664,7 +664,7 @@ config BT_NIMBLE_VS_SUPPORT
|
|||||||
|
|
||||||
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 && BT_NIMBLE_50_FEATURE_SUPPORT
|
depends on BT_NIMBLE_50_FEATURE_SUPPORT
|
||||||
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.
|
||||||
|
@ -95,9 +95,9 @@ examples/bluetooth/nimble:
|
|||||||
|
|
||||||
examples/bluetooth/nimble/ble_enc_adv_data:
|
examples/bluetooth/nimble/ble_enc_adv_data:
|
||||||
enable:
|
enable:
|
||||||
- if: IDF_TARGET in ["esp32c2", "esp32c3", "esp32s3"]
|
- if: SOC_BLE_SUPPORTED == 1 and IDF_TARGET != "esp32"
|
||||||
temporary: true
|
temporary: true
|
||||||
reason: the other targets are not tested yet
|
reason: BLE 5.0 not supported on esp32
|
||||||
|
|
||||||
examples/bluetooth/nimble/ble_htp:
|
examples/bluetooth/nimble/ble_htp:
|
||||||
enable:
|
enable:
|
||||||
|
@ -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
|
# BLE Encrypted Advertising Data Central Example
|
||||||
|
|
||||||
|
@ -8,8 +8,8 @@ menu "Example Configuration"
|
|||||||
|
|
||||||
config EXAMPLE_ENC_ADV_DATA
|
config EXAMPLE_ENC_ADV_DATA
|
||||||
bool
|
bool
|
||||||
depends on SOC_ESP_NIMBLE_CONTROLLER && BT_NIMBLE_50_FEATURE_SUPPORT
|
|
||||||
prompt "Enable encrypted advertising data feature support"
|
prompt "Enable encrypted advertising data feature support"
|
||||||
|
depends on BT_NIMBLE_50_FEATURE_SUPPORT
|
||||||
default y
|
default y
|
||||||
select BT_NIMBLE_ENC_ADV_DATA
|
select BT_NIMBLE_ENC_ADV_DATA
|
||||||
help
|
help
|
||||||
|
@ -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
|
# BLE Encrypted Advertising Data Peripheral Example
|
||||||
|
@ -56,7 +56,7 @@ menu "Example Configuration"
|
|||||||
config EXAMPLE_ENC_ADV_DATA
|
config EXAMPLE_ENC_ADV_DATA
|
||||||
bool
|
bool
|
||||||
prompt "Enable encrypted advertising data feature support"
|
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
|
default y
|
||||||
select BT_NIMBLE_ENC_ADV_DATA
|
select BT_NIMBLE_ENC_ADV_DATA
|
||||||
help
|
help
|
||||||
|
Loading…
Reference in New Issue
Block a user