CONFIG_BT_BUF_EVT_RX_SIZE
Maximum supported HCI Event buffer length
Maximum supported HCI Event buffer length
Type: int
Help
Maximum supported HCI event buffer size. This value does not include
the HCI Event header.
This value is used by both the Host and the Controller for buffer
sizes that include HCI events. It should be set according to the
expected HCI events that can be generated from the configuration.
If the subset of possible HCI events is unknown, this should be set to
the maximum of 255.
Help
Maximum supported HCI event buffer size. This value does not include
the HCI Event header.
This value is used by both the Host and the Controller for buffer
sizes that include HCI events. It should be set according to the
expected HCI events that can be generated from the configuration.
If the subset of possible HCI events is unknown, this should be set to
the maximum of 255.
Direct dependencies
BT_RPC_STACK
|| (BT_HCI
&& BT
)
(Includes any dependencies from ifs and menus.)
Defaults
255 if (
BT_EXT_ADV
&&BT_OBSERVER
) ||BT_PER_ADV_SYNC
||BT_DF_CONNECTION_CTE_RX
68
255 if (
BT_EXT_ADV
&&BT_OBSERVER
) ||BT_PER_ADV_SYNC
||BT_DF_CONNECTION_CTE_RX
68
Kconfig definitions
At <Zephyr>/subsys/bluetooth/common/Kconfig:110
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:38
→ <nRF>/subsys/bluetooth/rpc/Kconfig:195
Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Bluetooth Low Energy → BLE over nRF RPC
config BT_BUF_EVT_RX_SIZE
int "Maximum supported HCI Event buffer length"
range 68 255
default 255 if (BT_EXT_ADV && BT_OBSERVER) || BT_PER_ADV_SYNC || BT_DF_CONNECTION_CTE_RX
default 68
depends on BT_RPC_STACK
help
Maximum supported HCI event buffer size. This value does not include
the HCI Event header.
This value is used by both the Host and the Controller for buffer
sizes that include HCI events. It should be set according to the
expected HCI events that can be generated from the configuration.
If the subset of possible HCI events is unknown, this should be set to
the maximum of 255.
At <Zephyr>/subsys/bluetooth/common/Kconfig:110
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:44
→ <Zephyr>/subsys/Kconfig:9
→ <Zephyr>/subsys/bluetooth/Kconfig:179
Menu path: (Top) → Sub Systems and OS Services → Bluetooth
config BT_BUF_EVT_RX_SIZE
int "Maximum supported HCI Event buffer length"
range 68 255
default 255 if (BT_EXT_ADV && BT_OBSERVER) || BT_PER_ADV_SYNC || BT_DF_CONNECTION_CTE_RX
default 68
depends on BT_HCI && BT
help
Maximum supported HCI event buffer size. This value does not include
the HCI Event header.
This value is used by both the Host and the Controller for buffer
sizes that include HCI events. It should be set according to the
expected HCI events that can be generated from the configuration.
If the subset of possible HCI events is unknown, this should be set to
the maximum of 255.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)