CONFIG_BT_CTLR_SDC_SCAN_BUFFER_COUNT

Number of buffers available in the scanner

Type: int

Help

The buffers are used for processing incoming packets
and storing advertising reports.
It is recommended to support at least three buffers,
otherwise the scan response report will likely not be generated.

Direct dependencies

BT_LL_SOFTDEVICE && BT_CTLR && BT

(Includes any dependencies from ifs and menus.)

Default

  • 3

Kconfig definition

At <nRF>/subsys/bluetooth/controller/Kconfig:105

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:33<Zephyr>/modules/Kconfig:6<nRF>/doc/_build/kconfig/Kconfig.modules:2<nRF>/Kconfig.nrf:92<nRF>/subsys/Kconfig:10<nRF>/subsys/bluetooth/Kconfig:21

Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Bluetooth Low Energy → SoftDevice Controller

config BT_CTLR_SDC_SCAN_BUFFER_COUNT
    int "Number of buffers available in the scanner"
    range 2 20
    default 3
    depends on BT_LL_SOFTDEVICE && BT_CTLR && BT
    help
      The buffers are used for processing incoming packets
      and storing advertising reports.
      It is recommended to support at least three buffers,
      otherwise the scan response report will likely not be generated.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)