Files
esp-idf/examples/bluetooth/bluedroid/ble/gatt_client/main/Kconfig.projbuild
2024-12-25 18:42:47 +08:00

25 lines
748 B
Plaintext

menu "Example Configuration"
config EXAMPLE_DUMP_ADV_DATA_AND_SCAN_RESP
bool "Dump whole adv data and scan response data in example"
default n
config EXAMPLE_CI_ID
int "example id for CI test"
default 0
help
This config the example id for CI test. Only for internal used.
config EXAMPLE_CI_PIPELINE_ID
int "The pipeline id for CI test"
default 0
help
This config the pipeline id for CI test. Only for internal used.
config EXAMPLE_INIT_DEINIT_LOOP
bool "Perform init deinit of bluedroid host in a loop"
default n
help
This config perform host init deinit loop for CI test. Only for internal used
endmenu