Searched refs:segmented (Results 1 – 10 of 10) sorted by relevance
10 The lower transport layer defines how the upper transport layer PDUs are segmented and reassembled18 Transport PDU before passing it up the stack. Delivery of a segmented message is acknowledged by the21 sent as a single-segment segmented message when acknowledgment by the lower transport layer is23 transmission and acknowledge single-segment segmented messages.33 :kconfig:option:`CONFIG_BT_MESH_RX_SEG_MSG_COUNT` define how many outgoing and incoming segmented34 messages can be processed simultaneously. When more than one segmented message is sent to the same37 Incoming and outgoing segmented messages share the same pool for allocation of their segments. This40 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 message99 segmented into.[all …]
70 large, segmented messages to group addresses in Bluetooth Mesh is generally less reliable than
30 Packets larger than that are segmented into a first-frame (FF) and as many
507 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 their597 segments in a segmented message. The interval is measured in607 segmented message to a unicast address before giving up the transfer.615 segmented message to a unicast address that the stack will send if no625 retransmissions of unacknowledged segments of a segmented message to636 retransmissions of unacknowledged segments of a segmented message to646 This value controls the total number of retransmissions of a segmented655 segments in a segmented message to a multicast address. The[all …]
45 channels, SDUs are not segmented.
629 * Add support for sending segmented control messages
210 segmented message over the loopback interface.
1371 * :github:`16886` - Bluetooth Mesh: Receive segmented message multiple times
1806 * :github:`16886` - Bluetooth Mesh: Receive segmented message multiple times
359 * Changed the way segmented messages are sent, avoiding bulk transmission.