CONFIG_BT_CTLR_SDC_PERIODIC_SYNC_BUFFER_COUNT
Number of periodic synchronization receive buffers
Type: int
Help
The buffers are used for processing incoming packets
and storing periodic advertising reports.
Direct dependencies
BT_LL_SOFTDEVICE
&& BT_CTLR
&& BT
(Includes any dependencies from ifs and menus.)
Default
2
Kconfig definition
At <nRF>/subsys/bluetooth/controller/Kconfig:115
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_PERIODIC_SYNC_BUFFER_COUNT
int "Number of periodic synchronization receive buffers"
range 2 10
default 2
depends on BT_LL_SOFTDEVICE && BT_CTLR && BT
help
The buffers are used for processing incoming packets
and storing periodic advertising reports.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)