#
# Copyright (c) 2018 Nordic Semiconductor
#
# SPDX-License-Identifier: LicenseRef-BSD-5-Clause-Nordic
#

source "$ZEPHYR_BASE/Kconfig.zephyr"

menu "Nordic UART BLE GATT service sample"

config BT_GATT_NUS_THREAD_STACK_SIZE
	int "Thread stack size"
	default 2048
	help
	  Stack size used in each of the two threads

config BT_GATT_NUS_UART_BUFFER_SIZE
	int "UART payload buffer element size"
	default 128
	help
	  Size of the payload buffer in each RX and TX FIFO element
endmenu
