Home
last modified time | relevance | path

Searched refs:topics (Results 1 – 11 of 11) sorted by relevance

/Zephyr-latest/doc/kernel/memory_management/
Dindex.rst6 The following contains various topics regarding memory management.
/Zephyr-latest/samples/net/cloud/aws_iot_mqtt/src/
Dmain.c99 struct mqtt_topic topics[] = {{ in subscribe_topic() local
105 .list = topics, in subscribe_topic()
106 .list_count = ARRAY_SIZE(topics), in subscribe_topic()
/Zephyr-latest/samples/net/cloud/aws_iot_mqtt/
DKconfig69 Quality of Service to use for publishing and subscribing to topics.
/Zephyr-latest/subsys/net/lib/mqtt/
DKconfig55 and new QoS 1 messages published to topics to which the client is
/Zephyr-latest/subsys/net/lib/mqtt_sn/
DKconfig25 int "Number of topics that can be managed"
Dmqtt_sn.c69 K_MEM_SLAB_DEFINE_STATIC(topics, sizeof(struct mqtt_sn_topic), CONFIG_MQTT_SN_LIB_MAX_TOPICS, 4);
232 if (k_mem_slab_alloc(&topics, (void **)&topic, K_NO_WAIT)) { in mqtt_sn_topic_create()
313 k_mem_slab_free(&topics, (void *)topic); in mqtt_sn_topic_destroy_all()
/Zephyr-latest/doc/connectivity/networking/api/
Dmqtt_sn.rst152 * QoS -1 - it's most useful with predefined topics
/Zephyr-latest/boards/nxp/frdm_mcxw71/doc/
Dindex.rst200 https://docs.nxp.com/bundle/AN14427/page/topics/introduction.html
/Zephyr-latest/boards/nordic/nrf7002dk/doc/
Dindex.rst314 * `Developing with nRF70`_ documentation for more advanced topics related to the nRF70 Series.
/Zephyr-latest/doc/security/
Dsecurity-overview.rst117 These topics are discussed in more detail in the following subsections.
/Zephyr-latest/doc/releases/
Drelease-notes-3.2.rst2535 * :github:`43245` - GitHub settings: Update topics