-
CONFIG_MQTT_SUBSCRIBE_MAX_TOPICS
¶
Max number of topics to subscribe to
Type: int
Help¶
Set the maximum number of topics handled by the SUBSCRIBE/SUBACK messages during reception.
Defaults¶
- 1 if
MQTT_LIB
&&NETWORKING
Kconfig definition¶
At subsys/net/lib/mqtt/Kconfig:33
Included via Kconfig:10
→ Kconfig.zephyr:35
→ subsys/Kconfig:22
→ subsys/net/Kconfig:93
→ subsys/net/lib/Kconfig:13
Menu path: (top menu) → Networking → Network Protocols
config MQTT_SUBSCRIBE_MAX_TOPICS int prompt "Max number of topics to subscribe to" ifMQTT_LIB
&&NETWORKING
range 1 8 ifMQTT_LIB
&&NETWORKING
default 1 ifMQTT_LIB
&&NETWORKING
depends onMQTT_LIB
&&NETWORKING
help Set the maximum number of topics handled by the SUBSCRIBE/SUBACK messages during reception.
(Definitions include propagated dependencies, including from if’s and menus.)