Bluetooth: mesh: Update default values for transport SAR configuration
Updated SAR default values to align with the latest mesh 1.1 drafts, and relevant Bsim tests. Signed-off-by: Stine Åkredalen <stine.akredalen@nordicsemi.no>
This commit is contained in:
parent
bc0eb32a5e
commit
e5fcca6e99
3 changed files with 8 additions and 10 deletions
|
@ -1462,7 +1462,7 @@ menu "Transport SAR configuration"
|
|||
config BT_MESH_SAR_TX_SEG_INT_STEP
|
||||
hex "Interval between sending two consecutive segments"
|
||||
range 0x00 0x0F
|
||||
default 0x01
|
||||
default 0x05
|
||||
help
|
||||
This value controls the interval between sending two consecutive
|
||||
segments in a segmented message. The interval is measured in
|
||||
|
@ -1520,7 +1520,7 @@ config BT_MESH_SAR_TX_MULTICAST_RETRANS_COUNT
|
|||
config BT_MESH_SAR_TX_MULTICAST_RETRANS_INT
|
||||
hex "Interval between retransmissions to multicast address"
|
||||
range 0x00 0x0F
|
||||
default 0x03
|
||||
default 0x09
|
||||
help
|
||||
This value controls the interval between retransmissions of all
|
||||
segments in a segmented message to a multicast address. The
|
||||
|
@ -1542,7 +1542,7 @@ config BT_MESH_SAR_RX_SEG_THRESHOLD
|
|||
config BT_MESH_SAR_RX_ACK_DELAY_INC
|
||||
hex "Acknowledgment delay increment"
|
||||
range 0x00 0x07
|
||||
default 0x02
|
||||
default 0x01
|
||||
help
|
||||
This value controls the delay increment of an interval used for
|
||||
delaying the transmission of an acknowledgment message after
|
||||
|
@ -1553,7 +1553,7 @@ config BT_MESH_SAR_RX_ACK_DELAY_INC
|
|||
config BT_MESH_SAR_RX_SEG_INT_STEP
|
||||
hex "Segments reception interval step"
|
||||
range 0x00 0x0F
|
||||
default 0x01
|
||||
default 0x05
|
||||
help
|
||||
This value defines the segments reception interval step used for
|
||||
delaying the transmission of an acknowledgment message after
|
||||
|
@ -1572,7 +1572,7 @@ config BT_MESH_SAR_RX_DISCARD_TIMEOUT
|
|||
config BT_MESH_SAR_RX_ACK_RETRANS_COUNT
|
||||
hex "Total number of acknowledgment message retransmission"
|
||||
range 0x00 0x03
|
||||
default 0x01
|
||||
default 0x00
|
||||
help
|
||||
This value defines the total number of retranmissions of an
|
||||
acknowledgment message that the stack will additionally send when the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue