CONFIG_GAZELL_PAIRING_DEVICE_MSGQ_LEN
Gazell Pairing Device message queue length
Type: int
Help
Specify the length of message queue in the device pairing module.
The module stores various events in the message queue. e.g. The
Gazell Link Layer callbacks are stored as events. The default of 1
works well for pairing and encypting data. Some applications
such as a computer mouse may send multiple packets at a time and
they will need a longer message queue.
Direct dependencies
GAZELL_PAIRING_DEVICE
&& GAZELL_PAIRING
&& GAZELL
(Includes any dependencies from ifs and menus.)
Defaults
No defaults. Implicitly defaults to the empty string.
Kconfig definition
At <nRF>/subsys/gazell/Kconfig:40
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:16
Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Gazell → Gazell Pairing
config GAZELL_PAIRING_DEVICE_MSGQ_LEN
int "Gazell Pairing Device message queue length"
range 1 20
depends on GAZELL_PAIRING_DEVICE && GAZELL_PAIRING && GAZELL
help
Specify the length of message queue in the device pairing module.
The module stores various events in the message queue. e.g. The
Gazell Link Layer callbacks are stored as events. The default of 1
works well for pairing and encypting data. Some applications
such as a computer mouse may send multiple packets at a time and
they will need a longer message queue.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)