1# Copyright 2023 Google LLC 2# SPDX-License-Identifier: Apache-2.0 3 4mainmenu "Bluetooth: Peripheral HIDs" 5 6config SAMPLE_BT_USE_AUTHENTICATION 7 bool "Enable passkey authentication" 8 default y 9 help 10 Enable the passkey authentication callback and register the GATT 11 read and write attributes as authentication required. 12 13source "Kconfig.zephyr" 14