16 lines
302 B
Plaintext
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"
|