zephyr/samples/bluetooth/periodic_sync/Kconfig
Hang Fan b25eb36cb8 Bluetooth: Samples: Add name check for periodic adv sync
Add missing name check to filter the advertising we want.

Signed-off-by: Hang Fan <fanhang8@gmail.com>
2024-03-22 09:00:09 +01:00

16 lines
302 B
Plaintext

#
# Copyright (c) 2024 Hang Fan
#
# SPDX-License-Identifier: Apache-2.0
#
mainmenu "Bluetooth: Periodic Advertising Sync"
config PER_ADV_NAME
string "Target Periodic Advertising Name"
default ""
help
Name of target advertising for Periodic Advertising Synchronization.
source "Kconfig.zephyr"