2023-08-29 04:49:49 -04:00
|
|
|
menu "HID Example Configuration"
|
|
|
|
config EXAMPLE_SSP_ENABLED
|
|
|
|
bool "Secure Simple Pairing"
|
|
|
|
depends on BT_CLASSIC_ENABLED
|
|
|
|
default y
|
|
|
|
help
|
|
|
|
This enables the Secure Simple Pairing. If disable this option,
|
|
|
|
Bluedroid will only support Legacy Pairing
|
2023-07-31 06:02:07 -04:00
|
|
|
|
|
|
|
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
|
2024-07-31 05:22:56 -04:00
|
|
|
|
|
|
|
config EXAMPLE_PEER_DEVICE_NAME
|
|
|
|
string "Target Device Name"
|
|
|
|
default "HID Mouse Example"
|
|
|
|
help
|
|
|
|
Use this option to set target device name to connect.
|
2023-08-29 04:49:49 -04:00
|
|
|
endmenu
|