File tree Expand file tree Collapse file tree 2 files changed +26
-13
lines changed Expand file tree Collapse file tree 2 files changed +26
-13
lines changed Original file line number Diff line number Diff line change 1+ # Zephyr Bluetooth Controller needs 3 Tx Buffers enqueued as the Number of Completed Packets event
2+ # is returned one ISO interval later, i.e. the PDU flush is checked at the prepare of radio events.
3+ CONFIG_BT_ISO_TX_BUF_COUNT=6
4+
5+ # Zephyr Bluetooth Controller
16CONFIG_BT_LL_SW_SPLIT=y
2- CONFIG_BT_CTLR_SCAN_DATA_LEN_MAX=1650
3- CONFIG_BT_CTLR_ISO_TX_BUFFERS=4
7+
8+ # Supports the highest advertising data that is set in a single HCI command in
9+ # Zephyr Bluetooth Controller
10+ CONFIG_BT_CTLR_SCAN_DATA_LEN_MAX=191
11+
12+ # Number of supported streams
413CONFIG_BT_CTLR_ISOAL_SOURCES=2
514CONFIG_BT_CTLR_ISOAL_SINKS=1
615
16+ # Numbe of ISO Tx Buffers
17+ CONFIG_BT_CTLR_ISO_TX_BUFFERS=6
18+
719# Support the highest SDU size required by any BAP LC3 presets (155) + 8 bytes of HCI ISO Data
820# packet overhead (the Packet_Sequence_Number, ISO_SDU_Length, Packet_Status_Flag fields; and
921# the optional Time_Stamp field, if supplied)
1022CONFIG_BT_CTLR_ISO_TX_BUFFER_SIZE=163
1123CONFIG_BT_CTLR_ISO_TX_SDU_LEN_MAX=155
12-
13- CONFIG_BT_CTLR_ADVANCED_FEATURES=y
14- CONFIG_BT_CTLR_CONN_ISO_LOW_LATENCY_POLICY=y
15-
16- # Use the below if the sample is sending stale packet sequence number
17- # CONFIG_BT_CTLR_ISOAL_SN_STRICT=n
Original file line number Diff line number Diff line change 1+ # Zephyr Bluetooth Controller needs 3 Tx Buffers enqueued as the Number of Completed Packets event
2+ # is returned one ISO interval later, i.e. the PDU flush is checked at the prepare of radio events.
3+ CONFIG_BT_ISO_TX_BUF_COUNT=3
4+
5+ # Zephyr Bluetooth Controller
16CONFIG_BT_LL_SW_SPLIT=y
7+
8+ # Zephyr Controller tested maximum advertising data that can be set in a single HCI command
29CONFIG_BT_CTLR_ADV_DATA_LEN_MAX=191
3- CONFIG_BT_CTLR_ISO_TX_BUFFERS=2
10+
11+ # Number of supported streams
412CONFIG_BT_CTLR_ISOAL_SOURCES=1
513CONFIG_BT_CTLR_ISOAL_SINKS=2
614
15+ # Numbe of ISO Tx Buffers
16+ CONFIG_BT_CTLR_ISO_TX_BUFFERS=3
17+
718# Support the highest SDU size required by any BAP LC3 presets (155) + 8 bytes of HCI ISO Data
819# packet overhead (the Packet_Sequence_Number, ISO_SDU_Length, Packet_Status_Flag fields; and
920# the optional Time_Stamp field, if supplied)
1021CONFIG_BT_CTLR_ISO_TX_BUFFER_SIZE=163
1122CONFIG_BT_CTLR_ISO_TX_SDU_LEN_MAX=155
12-
13- # Use the below if the sample is sending stale packet sequence number
14- # CONFIG_BT_CTLR_ADVANCED_FEATURES=y
15- # CONFIG_BT_CTLR_ISOAL_SN_STRICT=n
You can’t perform that action at this time.
0 commit comments