Searched refs:topic (Results 26 – 42 of 42) sorted by relevance
12
/Zephyr-latest/tests/net/lib/mqtt_sn_client/src/ |
D | mqtt_sn_client.c | 395 struct mqtt_sn_data topic = MQTT_SN_DATA_STRING_LITERAL("zephyr"); in ZTEST() local 402 err = mqtt_sn_publish(mqtt_client, MQTT_SN_QOS_0, &topic, false, &data); in ZTEST() 420 zassert_false(sys_slist_is_empty(&mqtt_client->topic), "Topic empty"); in ZTEST()
|
/Zephyr-latest/include/zephyr/net/ |
D | mqtt_sn.h | 295 sys_slist_t topic; member
|
/Zephyr-latest/subsys/net/lib/mqtt_sn/ |
D | Kconfig | 30 int "Maximum topic length"
|
D | mqtt_sn_decoder.c | 171 decode_data(buf, ¶ms->topic); in decode_msg_register()
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | mqtt_sn.rst | 151 * Pre-defined topic IDs 153 * Setting the will topic and message after the initial connect
|
/Zephyr-latest/boards/arm/mps2/doc/ |
D | mps2_an385.rst | 278 …http://infocenter.arm.com/help/topic/com.arm.doc.100112_0200_05_en/versatile_express_cortex_m_prot… 281 http://infocenter.arm.com/help/topic/com.arm.doc.dai0385c/DAI0385C_cortex_m3_on_v2m_mps2.pdf
|
/Zephyr-latest/subsys/net/lib/mqtt/ |
D | mqtt.c | 252 param->message.topic.topic.size, in mqtt_publish()
|
/Zephyr-latest/doc/services/llext/ |
D | config.rst | 86 information on this topic is available on GitHub issue `#75341
|
/Zephyr-latest/doc/connectivity/networking/conn_mgr/ |
D | main.rst | 415 .. topic:: Automatic admin-up 423 .. topic:: Automatic connect 431 .. topic:: Automatic admin-down
|
/Zephyr-latest/samples/net/mqtt_publisher/ |
D | README.rst | 67 This sample application supports the IBM Bluemix Watson topic format that can 74 The Bluemix topic may include some parameters like device type, device
|
/Zephyr-latest/doc/releases/ |
D | release-notes-1.5.rst | 252 * ``ZEP-669`` - MQTT fail to pingreq if broker deliver topic to client but client doesn't read it.
|
D | release-notes-2.2.rst | 936 * :github:`21789` - Merge topic-gpio back to master
|
D | release-notes-3.2.rst | 2511 * :github:`44071` - LE Audio: Upstream remaining parts of topic branch
|
D | release-notes-1.14.rst | 1657 * :github:`12800` - topic-counter: nrfx_*: counter_set_top_value inconsistent behavior
|
/Zephyr-latest/doc/contribute/ |
D | guidelines.rst | 800 #. Create a topic branch (off of ``main``) for your work (if you're addressing 836 #. Push your topic branch with your changes to your fork in your personal 871 and use the same process described above to work on this new topic branch.
|
/Zephyr-latest/doc/develop/getting_started/ |
D | index.rst | 38 On other versions, see `this Apple support topic
|
/Zephyr-latest/doc/ |
D | zephyr.doxyfile.in | 2582 # in the topic index. If set to NO, only the current project's groups will be
|
12