esp-idf/examples/bluetooth/nimble/ble_htp/htp_prph/main/Kconfig.projbuild
2023-04-28 17:20:16 +05:30

12 lines
327 B
Plaintext

menu "Example Configuration"
config EXAMPLE_EXTENDED_ADV
bool
depends on SOC_BLE_50_SUPPORTED
default y if SOC_ESP_NIMBLE_CONTROLLER
select BT_NIMBLE_EXT_ADV
prompt "Enable Extended Adv"
help
Use this option to enable extended advertising in the example
endmenu