# 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 int "Advertising interval in microseconds" default 1000000 help Configure advertising interval in microseconds. Default value is 1 second which is 1000000 microseconds. 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