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
1
6
CONFIG_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
4
13
CONFIG_BT_CTLR_ISOAL_SOURCES=2
5
14
CONFIG_BT_CTLR_ISOAL_SINKS=1
6
15
16
+ # Numbe of ISO Tx Buffers
17
+ CONFIG_BT_CTLR_ISO_TX_BUFFERS=6
18
+
7
19
# Support the highest SDU size required by any BAP LC3 presets (155) + 8 bytes of HCI ISO Data
8
20
# packet overhead (the Packet_Sequence_Number, ISO_SDU_Length, Packet_Status_Flag fields; and
9
21
# the optional Time_Stamp field, if supplied)
10
22
CONFIG_BT_CTLR_ISO_TX_BUFFER_SIZE=163
11
23
CONFIG_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
1
6
CONFIG_BT_LL_SW_SPLIT=y
7
+
8
+ # Zephyr Controller tested maximum advertising data that can be set in a single HCI command
2
9
CONFIG_BT_CTLR_ADV_DATA_LEN_MAX=191
3
- CONFIG_BT_CTLR_ISO_TX_BUFFERS=2
10
+
11
+ # Number of supported streams
4
12
CONFIG_BT_CTLR_ISOAL_SOURCES=1
5
13
CONFIG_BT_CTLR_ISOAL_SINKS=2
6
14
15
+ # Numbe of ISO Tx Buffers
16
+ CONFIG_BT_CTLR_ISO_TX_BUFFERS=3
17
+
7
18
# Support the highest SDU size required by any BAP LC3 presets (155) + 8 bytes of HCI ISO Data
8
19
# packet overhead (the Packet_Sequence_Number, ISO_SDU_Length, Packet_Status_Flag fields; and
9
20
# the optional Time_Stamp field, if supplied)
10
21
CONFIG_BT_CTLR_ISO_TX_BUFFER_SIZE=163
11
22
CONFIG_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