CONFIG_BT_CTLR_ADV_EXT_PDU_EXTRA_DATA_MEMORY¶
(No prompt – not directly user assignable.)
Type: bool
Help¶
Add additional memory to advertising PDU storage. The memory is a
general purpose storage for data that should be send from ULL to LLL.
The data stored in the memory are in synchoronization with content
of PDU memory.
For example, the extra data memory is used for storage for parameters
to configure Radio peripheral to transmit CTE. The configuration data
must be synchronized with CTEInfo field in extended advertising header
that is part of PDU data.
Direct dependencies¶
BT_CTLR_ADV_EXT
&& BT_LL_SW_SPLIT
&& BT_CTLR
&& BT_HCI
&& BT
(Includes any dependencies from ifs and menus.)
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols that select this symbol¶
Kconfig definition¶
At subsys/bluetooth/controller/Kconfig.ll_sw_split:209
Included via Kconfig:8
→ Kconfig.zephyr:44
→ subsys/Kconfig:9
→ subsys/bluetooth/Kconfig:175
→ subsys/bluetooth/controller/Kconfig:659
Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth Controller → Advanced features
config BT_CTLR_ADV_EXT_PDU_EXTRA_DATA_MEMORY
bool
depends on BT_CTLR_ADV_EXT && BT_LL_SW_SPLIT && BT_CTLR && BT_HCI && BT
help
Add additional memory to advertising PDU storage. The memory is a
general purpose storage for data that should be send from ULL to LLL.
The data stored in the memory are in synchoronization with content
of PDU memory.
For example, the extra data memory is used for storage for parameters
to configure Radio peripheral to transmit CTE. The configuration data
must be synchronized with CTEInfo field in extended advertising header
that is part of PDU data.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)