esp-idf/examples/bluetooth/nimble/bleprph_host_only/sdkconfig.defaults
2024-02-19 09:26:34 +05:30

12 lines
226 B
Plaintext

# Override some defaults so BT stack is enabled
# in this example
#
# BT config
#
CONFIG_BT_ENABLED=y
CONFIG_BT_CONTROLLER_DISABLED=y
CONFIG_BT_BLUEDROID_ENABLED=n
CONFIG_BT_NIMBLE_ENABLED=y
CONFIG_BT_NIMBLE_TRANSPORT_UART=n