1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/net/ble/skald/Kconfig

32 lines
875 B
Plaintext
Raw Normal View History

# Copyright (c) 2020 Freie Universitaet Berlin
#
# This file is subject to the terms and conditions of the GNU Lesser
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
#
menuconfig KCONFIG_USEMODULE_SKALD
bool "Configure SKALD"
depends on USEMODULE_SKALD
help
Configure Skald, BLE advertising stack, using Kconfig.
if KCONFIG_USEMODULE_SKALD
config SKALD_INTERVAL_MS
int "Advertising interval in microseconds"
default 1000
help
Configure advertising interval in milliseconds. Default value is 1
second which is 1000 milliseconds.
config ADV_CH_37_DISABLE
bool "Disable advertising on channel 37"
config ADV_CH_38_DISABLE
bool "Disable advertising on channel 38"
config ADV_CH_39_DISABLE
bool "Disable advertising on channel 39"
endif # KCONFIG_USEMODULE_SKALD