Home
last modified time | relevance | path

Searched full:retain (Results 1 – 25 of 86) sorted by relevance

1234

/Zephyr-Core-3.5.0/tests/net/lib/mqtt_packet/
DREADME43 [PASS] 3 - CONNECT, new session, will retain
45 [PASS] 5 - CONNECT, new session, will qos = 1, will retain
49 [PASS] 9 - PUBLISH, retain = 1
50 [PASS] 10 - PUBLISH, retain = 1, qos = 1
/Zephyr-Core-3.5.0/subsys/net/lib/mqtt_sn/
Dmqtt_sn_msg.h28 bool retain; member
92 bool retain; member
114 bool retain; member
181 bool retain; member
Dmqtt_sn_encoder.c65 LOG_DBG("Encode flags %d, %d, %d, %d, %d, %d", flags->dup, flags->retain, flags->will, in encode_flags()
69 b |= flags->retain ? MQTT_SN_FLAGS_RETAIN : 0; in encode_flags()
140 struct mqtt_sn_flags flags = {.qos = params->qos, .retain = params->retain}; in mqtt_sn_encode_msg_willtopic()
213 .retain = params->retain, in mqtt_sn_encode_msg_publish()
412 struct mqtt_sn_flags flags = {.qos = params->qos, .retain = params->retain}; in mqtt_sn_encode_msg_willtopicupd()
Dmqtt_sn_decoder.c76 flags->retain = (bool)(b & MQTT_SN_FLAGS_RETAIN); in decode_flags()
187 params->retain = flags.retain; in decode_msg_publish()
/Zephyr-Core-3.5.0/dts/bindings/memory-controllers/
Dst,stm32-backup-sram.yaml8 retain data during low-power mode (Standby and VBAT mode).
/Zephyr-Core-3.5.0/boards/arm/bcm958402m2_m7/
Dbcm958402m2_m7.dts25 * Setting the current-speed as 0 will retain the baud rate
/Zephyr-Core-3.5.0/boards/arm/bcm958401m2/
Dbcm958401m2.dts24 * Setting the current-speed as 0 will retain the baud rate
/Zephyr-Core-3.5.0/drivers/retained_mem/
DKconfig7 Enables support for drivers that can retain their data whilst the
/Zephyr-Core-3.5.0/subsys/ipc/ipc_service/backends/
DKconfig.rpmsg18 Some platforms retain the memory content upon reset. This is
/Zephyr-Core-3.5.0/tests/net/lib/mqtt_sn_packet/src/
Dmqtt_sn_packet.c44 /* willtopic with flags [qos 1, retain], topic "/zephyr" */
58 /* publish message with flags [DUP, QOS2, Retain, Short Topic Type], topic ID "RB", msg ID 0x1C1D,
90 /* willtopicupd with flags [QOS0, retain], topic "/zephyr" */
185 .retain = true,
360 .retain = true,
407 .retain = true,
508 .retain = true,
/Zephyr-Core-3.5.0/tests/net/lib/mqtt_packet/src/
Dmqtt_packet.c223 * Will QoS: 0 Will retain: 0 Will topic: [0]
245 * Will QoS: 0 Will retain: 0 Will topic: [8] quitting
268 * Same message as connect3, but set Will retain: 1
272 * --will-qos 0 --will-payload bye --will-retain
312 * Same message as connect5, but set Will retain: 1
316 * --will-qos 1 --will-payload bye --will-retain
338 * --will-qos 1 --will-payload bye --will-retain -u zephyr1 -P password
361 * DUP: 0, QoS: 0, Retain: 0, topic: sensors, message: OK
380 * DUP: 0, QoS: 0, Retain: 1, topic: sensors, message: OK
399 * DUP: 0, QoS: 1, Retain: 1, topic: sensors, message: OK, pkt_id: 1
[all …]
/Zephyr-Core-3.5.0/tests/crypto/tinycrypt/src/
Dtest_ecc_utils.h8 * * Redistributions of source code must retain the above copyright notice,
32 * - Redistributions of source code must retain the above copyright notice,
/Zephyr-Core-3.5.0/drivers/bluetooth/hci/
Dnrf53_support.c38 /* Retain nRF5340 Network MCU in Secure domain (bus in bt_hci_transport_setup()
/Zephyr-Core-3.5.0/soc/arm/st_stm32/common/
Dstm32_backup_sram.c46 /* enable backup sram regulator (required to retain backup SRAM content in stm32_backup_sram_init()
/Zephyr-Core-3.5.0/boards/arm/raytac_mdbt53_db_40_nrf5340/
Draytac_mdbt53_db_40_nrf5340_cpunet_reset.c30 /* Retain nRF5340 Network MCU in Secure domain (bus in remoteproc_mgr_config()
/Zephyr-Core-3.5.0/boards/arm/bl5340_dvk/
Dbl5340_dvk_cpunet_reset.c31 /* Retain nRF5340 Network MCU in Secure domain (bus in remoteproc_mgr_config()
/Zephyr-Core-3.5.0/boards/arm/nrf5340dk_nrf5340/
Dnrf5340_cpunet_reset.c30 /* Retain nRF5340 Network MCU in Secure domain (bus in remoteproc_mgr_config()
/Zephyr-Core-3.5.0/boards/arm/raytac_mdbt53v_db_40_nrf5340/
Draytac_mdbt53v_db_40_nrf5340_cpunet_reset.c30 /* Retain nRF5340 Network MCU in Secure domain (bus in remoteproc_mgr_config()
/Zephyr-Core-3.5.0/subsys/net/lib/lwm2m/
Dlwm2m_rw_json.h15 * 1. Redistributions of source code must retain the above copyright
Dlwm2m_rw_oma_tlv.h15 * 1. Redistributions of source code must retain the above copyright
Dlwm2m_rd_client.h15 * 1. Redistributions of source code must retain the above copyright
Dlwm2m_rw_plain_text.h15 * 1. Redistributions of source code must retain the above copyright
/Zephyr-Core-3.5.0/boards/arm/nrf5340_audio_dk_nrf5340/
Dnrf5340_audio_dk_cpunet_reset.c46 /* Retain nRF5340 Network MCU in Secure domain (bus in remoteproc_mgr_config()
/Zephyr-Core-3.5.0/subsys/net/lib/mqtt/
Dmqtt_internal.h99 * duplication flag, QoS and the retain flag.
101 #define MQTT_MESSAGES_OPTIONS(TYPE, DUP, QOS, RETAIN) \ argument
105 ((RETAIN) & 0x01))
169 * client id, clean session flag, retain session flag etc are
/Zephyr-Core-3.5.0/lib/libc/minimal/source/string/
Dstrstr.c13 * 1. Redistributions of source code must retain the above copyright

1234