Home
last modified time | relevance | path

Searched refs:segmented (Results 1 – 10 of 10) sorted by relevance

/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dsar_cfg.rst10 The lower transport layer defines how the upper transport layer PDUs are segmented and reassembled
18 Transport PDU before passing it up the stack. Delivery of a segmented message is acknowledged by the
21 sent as a single-segment segmented message when acknowledgment by the lower transport layer is
23 transmission and acknowledge single-segment segmented messages.
33 :kconfig:option:`CONFIG_BT_MESH_RX_SEG_MSG_COUNT` define how many outgoing and incoming segmented
34 messages can be processed simultaneously. When more than one segmented message is sent to the same
37 Incoming and outgoing segmented messages share the same pool for allocation of their segments. This
40 segmented message releases its segments one by one as soon as they are acknowledged by the receiver,
85 discard timer tells how long the lower transport layer waits before discarding the segmented message
99 segmented into.
[all …]
Dblob_cli.rst70 large, segmented messages to group addresses in Bluetooth Mesh is generally less reliable than
/Zephyr-latest/doc/connectivity/canbus/
Disotp.rst30 Packets larger than that are segmented into a first-frame (FF) and as many
/Zephyr-latest/subsys/bluetooth/mesh/
DKconfig507 int "Maximum number of simultaneous outgoing segmented messages"
519 int "Maximum number of simultaneous incoming segmented messages"
537 The incoming and outgoing segmented messages allocate their
597 segments in a segmented message. The interval is measured in
607 segmented message to a unicast address before giving up the transfer.
615 segmented message to a unicast address that the stack will send if no
625 retransmissions of unacknowledged segments of a segmented message to
636 retransmissions of unacknowledged segments of a segmented message to
646 This value controls the total number of retransmissions of a segmented
655 segments in a segmented message to a multicast address. The
[all …]
/Zephyr-latest/samples/bluetooth/mtu_update/
DREADME.rst45 channels, SDUs are not segmented.
/Zephyr-latest/doc/releases/
Drelease-notes-2.2.rst629 * Add support for sending segmented control messages
Drelease-notes-3.5.rst210 segmented message over the loopback interface.
Drelease-notes-2.3.rst1371 * :github:`16886` - Bluetooth Mesh: Receive segmented message multiple times
Drelease-notes-2.4.rst1806 * :github:`16886` - Bluetooth Mesh: Receive segmented message multiple times
Drelease-notes-3.2.rst359 * Changed the way segmented messages are sent, avoiding bulk transmission.