CONFIG_BT_RPC_GATT_BUFFER_SIZE
Size of the buffer for GATT data
Type: int
Help
The GATT buffer is used to keep GATT services data from client on a host.
The GATT attributes are allocated on this buffer and registered to the BLE stack.
Direct dependencies
(Includes any dependencies from ifs and menus.)
Default
2048
Kconfig definition
At <nRF>/subsys/bluetooth/rpc/Kconfig:101
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
Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Bluetooth Low Energy → BLE over nRF RPC → Bluetooth over RPC
config BT_RPC_GATT_BUFFER_SIZE
int "Size of the buffer for GATT data"
default 2048
depends on BT_RPC_HOST && BT_RPC
help
The GATT buffer is used to keep GATT services data from client on a host.
The GATT attributes are allocated on this buffer and registered to the BLE stack.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)