CONFIG_SHELL_BT_NUS_TX_RING_BUFFER_SIZE

Set TX ring buffer size

Type: int

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).

Direct dependencies

SHELL_BT_NUS

(Includes any dependencies from ifs and menus.)

Default

  • 32

Kconfig definition

At <nRF>/subsys/shell/Kconfig:62

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:9<BuildDir>/Kconfig/Kconfig.modules:1<nRF>/Kconfig.nrf:25<nRF>/subsys/Kconfig:32

Menu path: (Top) → Modules → Nordic nRF Connect → Shell Bluetooth NUS transport

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.)