Files
esp-idf/examples/bluetooth/esp_hid_host/main/Kconfig.projbuild
2024-08-06 14:09:25 +08:00

16 lines
450 B
Plaintext

menu "HID Example Configuration"
config EXAMPLE_HID_HOST_ENABLED
bool "Enable Example HID Host"
depends on BT_NIMBLE_ENABLED
default y
select BT_NIMBLE_HID_SERVICE
help
This enables Nimble HID Host
config EXAMPLE_PEER_DEVICE_NAME
string "Target Device Name"
default "HID Mouse Example"
help
Use this option to set target device name to connect.
endmenu