2023-08-29 16:49:49 +08: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 15:32:07 +05:30
|
|
|
|
|
|
|
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 17:22:56 +08: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 16:49:49 +08:00
|
|
|
endmenu
|