| # | |
| # 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. | |
| config PER_BLINK_LED0 | |
| bool "Blink led0" | |
| depends on $(dt_alias_enabled,led0) | |
| select GPIO | |
| default y | |
| source "Kconfig.zephyr" |