zephyr/samples/bluetooth/peripheral_hids/Kconfig
Ole Sæther a7df4e5175 samples: Fixed typos
Fixed typos in various files under samples.

Signed-off-by: Ole Sæther <ole.saether@nordicsemi.no>
2023-08-24 15:44:33 +02:00

13 lines
347 B
Text

# Copyright 2023 Google LLC
# SPDX-License-Identifier: Apache-2.0
mainmenu "Bluetooth: Peripheral HIDs"
config SAMPLE_BT_USE_AUTHENTICATION
bool "Enable passkey authentication"
default y
help
Enable the passkey authentication callback and register the GATT
read and write attributes as authentication required.
source "Kconfig.zephyr"