File tree Expand file tree Collapse file tree 9 files changed +13
-4
lines changed
connectivity_bridge/boards
nrf_desktop/configuration Expand file tree Collapse file tree 9 files changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -86,6 +86,7 @@ config MCUMGR_TRANSPORT_NETBUF_SIZE
86
86
87
87
# When using HCI on the nRF5340 we need a larger command buffer.
88
88
config BT_BUF_CMD_TX_COUNT
89
+ depends on !BT_LL_SW_SPLIT
89
90
default 10 if SOC_COMPATIBLE_NRF5340_CPUAPP || SOC_COMPATIBLE_NRF5340_CPUNET
90
91
91
92
config INIT_ARCH_HW_AT_BOOT
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ CONFIG_BT_GATT_CLIENT=y
19
19
CONFIG_BT_SMP=y
20
20
CONFIG_BT_CTLR=y
21
21
CONFIG_BT_CTLR_RX_BUFFERS=10
22
+ CONFIG_BT_BUF_EVT_RX_COUNT=11
22
23
CONFIG_BT_BUF_ACL_TX_COUNT=10
23
24
CONFIG_BT_BUF_ACL_TX_SIZE=251
24
25
CONFIG_BT_CTLR_DATA_LENGTH_MAX=251
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ CONFIG_BT_BUF_ACL_RX_SIZE=251
17
17
CONFIG_BT_NUS=y
18
18
CONFIG_BT_GATT_CLIENT=y
19
19
CONFIG_BT_SMP=y
20
+ CONFIG_BT_BUF_EVT_RX_COUNT=11
20
21
CONFIG_BT_BUF_ACL_TX_COUNT=10
21
22
CONFIG_BT_BUF_ACL_TX_SIZE=251
22
23
CONFIG_BT_CTLR_DATA_LENGTH_MAX=251
Original file line number Diff line number Diff line change @@ -63,11 +63,13 @@ CONFIG_SIZE_OPTIMIZATIONS=y
63
63
CONFIG_LED=y
64
64
CONFIG_LED_GPIO=y
65
65
66
- CONFIG_USB_NRFX_EVT_QUEUE_SIZE=16
66
+ CONFIG_USB_NRFX_EVT_QUEUE_SIZE=10
67
67
68
68
CONFIG_BT_PRIVACY=y
69
69
CONFIG_BT_LL_SW_SPLIT=y
70
70
71
+ CONFIG_BT_BUF_EVT_RX_COUNT=4
72
+ CONFIG_BT_BUF_ACL_TX_COUNT=3
71
73
CONFIG_BT_BUF_ACL_TX_SIZE=35
72
74
CONFIG_BT_CTLR_DATA_LENGTH_MAX=35
73
75
CONFIG_BT_L2CAP_TX_BUF_COUNT=6
Original file line number Diff line number Diff line change @@ -64,11 +64,13 @@ CONFIG_SIZE_OPTIMIZATIONS=y
64
64
CONFIG_LED=y
65
65
CONFIG_LED_GPIO=y
66
66
67
- CONFIG_USB_NRFX_EVT_QUEUE_SIZE=16
67
+ CONFIG_USB_NRFX_EVT_QUEUE_SIZE=10
68
68
69
69
CONFIG_BT_PRIVACY=y
70
70
CONFIG_BT_LL_SW_SPLIT=y
71
71
72
+ CONFIG_BT_BUF_EVT_RX_COUNT=4
73
+ CONFIG_BT_BUF_ACL_TX_COUNT=3
72
74
CONFIG_BT_BUF_ACL_TX_SIZE=35
73
75
CONFIG_BT_CTLR_DATA_LENGTH_MAX=35
74
76
CONFIG_BT_L2CAP_TX_BUF_COUNT=6
Original file line number Diff line number Diff line change @@ -102,9 +102,9 @@ CONFIG_BT_CTLR_PHY_2M=n
102
102
# Reduce Bluetooth buffers
103
103
CONFIG_BT_BUF_EVT_DISCARDABLE_COUNT=1
104
104
CONFIG_BT_BUF_EVT_DISCARDABLE_SIZE=43
105
- CONFIG_BT_BUF_EVT_RX_COUNT=2
106
105
107
106
CONFIG_BT_CONN_TX_MAX=2
108
107
CONFIG_BT_L2CAP_TX_BUF_COUNT=2
108
+ CONFIG_BT_BUF_EVT_RX_COUNT=4
109
109
CONFIG_BT_BUF_ACL_TX_COUNT=3
110
110
CONFIG_BT_BUF_ACL_TX_SIZE=27
Original file line number Diff line number Diff line change @@ -122,9 +122,9 @@ CONFIG_BT_CTLR_PHY_2M=n
122
122
# Reduce Bluetooth buffers
123
123
CONFIG_BT_BUF_EVT_DISCARDABLE_COUNT=1
124
124
CONFIG_BT_BUF_EVT_DISCARDABLE_SIZE=43
125
- CONFIG_BT_BUF_EVT_RX_COUNT=2
126
125
127
126
CONFIG_BT_CONN_TX_MAX=2
128
127
CONFIG_BT_L2CAP_TX_BUF_COUNT=2
128
+ CONFIG_BT_BUF_EVT_RX_COUNT=4
129
129
CONFIG_BT_BUF_ACL_TX_COUNT=3
130
130
CONFIG_BT_BUF_ACL_TX_SIZE=27
Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ CONFIG_BT_L2CAP_TX_BUF_COUNT=10
36
36
CONFIG_BT_L2CAP_TX_MTU=498
37
37
CONFIG_BT_L2CAP_DYNAMIC_CHANNEL=y
38
38
CONFIG_BT_CONN_TX_MAX=10
39
+ CONFIG_BT_BUF_EVT_RX_COUNT=11
39
40
CONFIG_BT_BUF_ACL_TX_COUNT=10
40
41
CONFIG_BT_BUF_ACL_TX_SIZE=502
41
42
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ CONFIG_BT_NUS=y
24
24
CONFIG_BT_NUS_CLIENT=y
25
25
CONFIG_BT_GATT_DM=y
26
26
CONFIG_BT_GATT_CLIENT=y
27
+ CONFIG_BT_BUF_EVT_RX_COUNT=11
27
28
CONFIG_BT_BUF_ACL_TX_COUNT=10
28
29
CONFIG_BT_ATT_PREPARE_COUNT=2
29
30
CONFIG_BT_L2CAP_TX_BUF_COUNT=10
You can’t perform that action at this time.
0 commit comments