File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -99,6 +99,10 @@ config BT_ISO_TX_MTU
99
99
range 1 4095
100
100
help
101
101
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.
102
106
103
107
config BT_ISO_RX_BUF_COUNT
104
108
int "Number of Isochronous RX buffers"
@@ -113,6 +117,8 @@ config BT_ISO_RX_MTU
113
117
range 23 4095
114
118
help
115
119
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`)
116
122
117
123
config BT_ISO_ADVANCED
118
124
bool "Advanced ISO parameters"
You can’t perform that action at this time.
0 commit comments