mirror of
https://github.com/espressif/esp-idf.git
synced 2026-07-23 03:13:01 +03:00
16 lines
450 B
Plaintext
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
|