zephyr/samples/bluetooth/peripheral_hids/Kconfig

14 lines
347 B
Plaintext

# 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"