File tree Expand file tree Collapse file tree 2 files changed +3
-12
lines changed Expand file tree Collapse file tree 2 files changed +3
-12
lines changed Original file line number Diff line number Diff 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+
333336Bluetooth Classic
334337=================
335338
Original file line number Diff line number Diff 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-
322310config BT_ISO_TX_MTU
323311 int "Maximum supported MTU for Isochronous TX buffers"
324312 range 1 4095
You can’t perform that action at this time.
0 commit comments