Home
last modified time | relevance | path

Searched refs:transport (Results 76 – 100 of 309) sorted by relevance

12345678910>>...13

/Zephyr-latest/subsys/net/lib/mqtt/
DKconfig44 bool "Custom transport support for socket MQTT Library"
46 Enable custom transport support for socket MQTT Library.
47 User must provide implementation for transport procedure.
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dsar_cfg.rst6 Segmentation and reassembly (SAR) provides a way of handling larger upper transport layer messages
8 reassembly mechanism is used by the lower transport layer.
10 The lower transport layer defines how the upper transport layer PDUs are segmented and reassembled
11 into multiple Lower Transport PDUs, and sends them to the lower transport layer on a peer device.
13 which do not fit into a single Lower Transport PDU, the lower transport layer performs segmentation,
17 The lower transport layer on the receiving device reassembles the segments into a single Upper
19 lower transport layer of the receiving node, while an unsegmented message delivery is not
21 sent as a single-segment segmented message when acknowledgment by the lower transport layer is
25 The transport layer is able to transport up to 32 segments with its SAR mechanism, with a maximum
68 When the last segment marked as unacknowledged is transmitted, the lower transport layer starts a
[all …]
Ddfu_cli.rst7 network. The Firmware Update Client uses the :ref:`bluetooth_mesh_blob_cli` as a transport for its
/Zephyr-latest/boards/infineon/cyw920829m2evk_02/support/
Dopenocd.cfg8 transport select swd
/Zephyr-latest/doc/hardware/arch/
Darm-scmi.rst17 Agent, platform, protocol and transport
66 The structure of a channel and the way it works is solely dependent on the transport.
107 Shared memory and doorbell-based transport
110 This form of transport uses shared memory for reading/writing messages
117 transport API, which is implemented by the shared memory and doorbell-based
118 transport driver (:file:`drivers/firmware/scmi/mailbox.c`).
121 and the platform may happen using this transport:
128 In the context of this transport, a channel is comprised of a **single** shared
186 node (used for transport driver binding) and a ``protocol`` node under the ``scmi``
211 /* compatible for shared memory and doorbell-based transport */
/Zephyr-latest/samples/net/secure_mqtt_sensor_actuator/src/
Dmqtt_client.c74 if (client->transport.type == MQTT_TRANSPORT_NON_SECURE) { in prepare_fds()
75 fds[0].fd = client->transport.tcp.sock; in prepare_fds()
78 else if (client->transport.type == MQTT_TRANSPORT_SECURE) { in prepare_fds()
79 fds[0].fd = client->transport.tls.sock; in prepare_fds()
489 client->transport.type = MQTT_TRANSPORT_SECURE; in app_mqtt_init()
497 tls_config = &client->transport.tls.config; in app_mqtt_init()
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci_internal.h61 uint8_t transport,
69 uint8_t transport,
/Zephyr-latest/boards/st/nucleo_wl55jc/support/
Dopenocd.cfg3 transport select hla_swd
/Zephyr-latest/boards/infineon/cy8ckit_062s2_ai/support/
Dopenocd.cfg10 transport select swd
/Zephyr-latest/tests/subsys/mgmt/mcumgr/fs_mgmt_hash_supported/
DCMakeLists.txt16 zephyr_library_include_directories(${ZEPHYR_BASE}/subsys/mgmt/mcumgr/transport/include)
/Zephyr-latest/boards/nuvoton/npcx7m6fb_evb/support/
Dopenocd.cfg4 transport select swd
/Zephyr-latest/boards/nuvoton/npcx9m6f_evb/support/
Dopenocd.cfg4 transport select swd
/Zephyr-latest/subsys/net/lib/mqtt_sn/
DKconfig40 int "Maximum address size for the transport"
46 length in bytes of the address data structure for your implemented transport.
67 bool "UDP transport for MQTT-SN"
/Zephyr-latest/subsys/mgmt/mcumgr/
DCMakeLists.txt15 add_subdirectory(transport)
/Zephyr-latest/boards/olimex/stm32_h103/support/
Dopenocd.cfg3 transport select hla_swd
Dopenocd_stlink.cfg3 transport select hla_swd
/Zephyr-latest/tests/subsys/mgmt/mcumgr/smp_reassembly/
DCMakeLists.txt16 ${ZEPHYR_BASE}/subsys/mgmt/mcumgr/transport/include/
/Zephyr-latest/boards/weact/blackpill_f411ce/support/
Dopenocd.cfg3 transport select hla_swd
/Zephyr-latest/boards/weact/blackpill_f401cc/support/
Dopenocd.cfg3 transport select hla_swd
/Zephyr-latest/boards/others/stm32f103_mini/support/
Dopenocd.cfg3 transport select hla_swd
/Zephyr-latest/boards/others/stm32f401_mini/support/
Dopenocd.cfg3 transport select hla_swd
/Zephyr-latest/boards/weact/blackpill_f401ce/support/
Dopenocd.cfg3 transport select hla_swd
/Zephyr-latest/boards/seeed/seeeduino_xiao/support/
Dopenocd.cfg3 transport select swd
/Zephyr-latest/boards/weact/stm32f405_core/support/
Dopenocd.cfg3 transport select hla_swd
/Zephyr-latest/boards/st/steval_fcu001v1/support/
Dopenocd.cfg3 transport select hla_swd

12345678910>>...13