Skip to content

Commit 11ad5bf

Browse files
cvinayaknashif
authored andcommitted
Bluetooth: Controller: Inherit BT_ISO_TX_BUF_COUNT value
Inherit BT_ISO_TX_BUF_COUNT value when BT_ISO is enabled to set BT_CTLR_ISO_TX_BUFFERS count. Signed-off-by: Vinayak Kariappa Chettimada <[email protected]>
1 parent c22f40a commit 11ad5bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

subsys/bluetooth/controller/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@ config BT_CTLR_ISO_TX_BUFFERS
221221
int "Number of Isochronous Tx buffers"
222222
depends on BT_CTLR_ADV_ISO || BT_CTLR_CONN_ISO
223223
range 1 19
224+
default BT_ISO_TX_BUF_COUNT if BT_ISO
224225
default 3
225226
help
226227
Set the number of Isochronous Tx PDUs to be queued for transmission

0 commit comments

Comments
 (0)