:orphan: .. title:: CONFIG_SHELL_BT_NUS_TX_RING_BUFFER_SIZE .. kconfig:: CONFIG_SHELL_BT_NUS_TX_RING_BUFFER_SIZE CONFIG_SHELL_BT_NUS_TX_RING_BUFFER_SIZE ####################################### *Set TX ring buffer size* Type: ``int`` Help ==== .. code-block:: none Should be increased if long MTU is used since it allows to transfer data in bigger chunks (up to size of the ring buffer). Direct dependencies =================== \ :kconfig:`SHELL_BT_NUS ` *(Includes any dependencies from ifs and menus.)* Default ======= - 32 Kconfig definition ================== At ``/subsys/shell/Kconfig:62`` Included via ``/Kconfig:8`` → ``/Kconfig.zephyr:31`` → ``/modules/Kconfig:6`` → ``/doc/_build/kconfig/Kconfig.modules:2`` → ``/Kconfig.nrf:54`` → ``/subsys/Kconfig:32`` Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Shell Bluetooth NUS transport .. code-block:: kconfig config SHELL_BT_NUS_TX_RING_BUFFER_SIZE int "Set TX ring buffer size" default 32 depends on SHELL_BT_NUS help Should be increased if long MTU is used since it allows to transfer data in bigger chunks (up to size of the ring buffer). *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*