Lines Matching refs:segments
15 PDU into multiple segments.
17 The lower transport layer on the receiving device reassembles the segments into a single Upper
25 The transport layer is able to transport up to 32 segments with its SAR mechanism, with a maximum
29 * :kconfig:option:`CONFIG_BT_MESH_RX_SEG_MAX` to set the maximum number of segments in an incoming …
30 * :kconfig:option:`CONFIG_BT_MESH_TX_SEG_MAX` to set the maximum number of segments in an outgoing …
37 Incoming and outgoing segmented messages share the same pool for allocation of their segments. This
39 Both incoming and outgoing messages allocate segments at the start of the transaction. The outgoing
40 segmented message releases its segments one by one as soon as they are acknowledged by the receiver,
41 while the incoming message releases the segments first after the message is fully received.
59 Transmission of segments is separated by a segment transmission interval (see the
98 The ``SegN`` field value identifies the total number of segments the Upper Transport PDU is
107 If the number of segments in the transmission is higher than the value of the
146 segments of a segmented message. The interval is measured in milliseconds.
169 an acknowledgment with already confirmed segments was received. Use the Kconfig option
177 unacknowledged segments of a segmented message to a unicast address. The interval step is measured
192 used for delaying the retransmissions of unacknowledged segments of a segmented message to a unicast
215 This state holds a value that controls the interval between retransmissions of all segments in a
230 receiving segments of a segmented message before discarding that segmented message. Use the Kconfig
244 in segments.
253 SAR Segments Threshold state holds a value that defines a threshold in number of segments of a
257 When the number of segments of a segmented message is above this threshold, the stack will
267 segments in a segmented message is above the :kconfig:option:`CONFIG_BT_MESH_SAR_RX_SEG_THRESHOLD`
277 The SAR Receiver Segment Interval Step defines the segments reception interval step used for