Skip to content

Commit c650f6a

Browse files
ivaniushkovjhedberg
authored andcommitted
Bluetooth: documentation change of kconfig.iso configs
Added comment to KConfig.iso file to make description of BT_ISO_TX_MTU and BT_ISO_RX_MTU more clear Signed-off-by: Ivan Iushkov <[email protected]>
1 parent a4a196f commit c650f6a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

subsys/bluetooth/Kconfig.iso

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,10 @@ config BT_ISO_TX_MTU
9999
range 1 4095
100100
help
101101
Maximum MTU for Isochronous channels TX buffers.
102+
This is the actual data payload. It doesn't include the optional
103+
HCI ISO Data packet fields (e.g. `struct bt_hci_iso_ts_data_hdr`).
104+
Set this value to 247 to fit 247 bytes of data within a single
105+
HCI ISO Data packet with a size of 255, without utilizing timestamps.
102106

103107
config BT_ISO_RX_BUF_COUNT
104108
int "Number of Isochronous RX buffers"
@@ -113,6 +117,8 @@ config BT_ISO_RX_MTU
113117
range 23 4095
114118
help
115119
Maximum MTU for Isochronous channels RX buffers.
120+
This is the actual data payload. It doesn't include the optional
121+
HCI ISO Data packet fields (e.g. `struct bt_hci_iso_ts_data_hdr`)
116122

117123
config BT_ISO_ADVANCED
118124
bool "Advanced ISO parameters"

0 commit comments

Comments
 (0)