Skip to content

Commit 6887b58

Browse files
Thalleykartben
authored andcommitted
Bluetooth: ISO: Remove BT_ISO_TX_FRAG_COUNT
The Kconfig option has not been in use for anything for a long time, and can safely be removed. Signed-off-by: Emil Gydesen <[email protected]>
1 parent 6a7cbff commit 6887b58

File tree

2 files changed

+3
-12
lines changed

2 files changed

+3
-12
lines changed

doc/releases/migration-guide-4.2.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,9 @@ Bluetooth Host
330330
* The macro ``BT_GATT_CCC_INITIALIZER`` in :zephyr_file:`include/zephyr/bluetooth/gatt.h`
331331
has been renamed to :c:macro:`BT_GATT_CCC_MANAGED_USER_DATA_INIT`. (:github:`88652`)
332332

333+
* The ``CONFIG_BT_ISO_TX_FRAG_COUNT`` Kconfig option was removed as it was completely unused.
334+
Any uses of it can simply be removed. (:github:`89836`)
335+
333336
Bluetooth Classic
334337
=================
335338

subsys/bluetooth/Kconfig

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -307,18 +307,6 @@ config BT_ISO_TX_BUF_COUNT
307307
help
308308
Number of buffers available for outgoing Isochronous channel SDUs.
309309

310-
config BT_ISO_TX_FRAG_COUNT
311-
int "Number of ISO TX fragment buffers"
312-
default 2
313-
range 0 $(UINT8_MAX)
314-
help
315-
Number of buffers available for fragments of TX buffers. Warning:
316-
setting this to 0 means that the application must ensure that
317-
queued TX buffers never need to be fragmented, i.e. that the
318-
controller's buffer size is large enough. If this is not ensured,
319-
and there are no dedicated fragment buffers, a deadlock may occur.
320-
In most cases the default value of 2 is a safe bet.
321-
322310
config BT_ISO_TX_MTU
323311
int "Maximum supported MTU for Isochronous TX buffers"
324312
range 1 4095

0 commit comments

Comments
 (0)