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
8686
8787# When using HCI on the nRF5340 we need a larger command buffer.
8888config BT_BUF_CMD_TX_COUNT
89+ depends on !BT_LL_SW_SPLIT
8990 default 10 if SOC_COMPATIBLE_NRF5340_CPUAPP || SOC_COMPATIBLE_NRF5340_CPUNET
9091
9192config INIT_ARCH_HW_AT_BOOT
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ CONFIG_BT_GATT_CLIENT=y
1919CONFIG_BT_SMP=y
2020CONFIG_BT_CTLR=y
2121CONFIG_BT_CTLR_RX_BUFFERS=10
22+ CONFIG_BT_BUF_EVT_RX_COUNT=11
2223CONFIG_BT_BUF_ACL_TX_COUNT=10
2324CONFIG_BT_BUF_ACL_TX_SIZE=251
2425CONFIG_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
1717CONFIG_BT_NUS=y
1818CONFIG_BT_GATT_CLIENT=y
1919CONFIG_BT_SMP=y
20+ CONFIG_BT_BUF_EVT_RX_COUNT=11
2021CONFIG_BT_BUF_ACL_TX_COUNT=10
2122CONFIG_BT_BUF_ACL_TX_SIZE=251
2223CONFIG_BT_CTLR_DATA_LENGTH_MAX=251
Original file line number Diff line number Diff line change @@ -63,11 +63,13 @@ CONFIG_SIZE_OPTIMIZATIONS=y
6363CONFIG_LED=y
6464CONFIG_LED_GPIO=y
6565
66- CONFIG_USB_NRFX_EVT_QUEUE_SIZE=16
66+ CONFIG_USB_NRFX_EVT_QUEUE_SIZE=10
6767
6868CONFIG_BT_PRIVACY=y
6969CONFIG_BT_LL_SW_SPLIT=y
7070
71+ CONFIG_BT_BUF_EVT_RX_COUNT=4
72+ CONFIG_BT_BUF_ACL_TX_COUNT=3
7173CONFIG_BT_BUF_ACL_TX_SIZE=35
7274CONFIG_BT_CTLR_DATA_LENGTH_MAX=35
7375CONFIG_BT_L2CAP_TX_BUF_COUNT=6
Original file line number Diff line number Diff line change @@ -64,11 +64,13 @@ CONFIG_SIZE_OPTIMIZATIONS=y
6464CONFIG_LED=y
6565CONFIG_LED_GPIO=y
6666
67- CONFIG_USB_NRFX_EVT_QUEUE_SIZE=16
67+ CONFIG_USB_NRFX_EVT_QUEUE_SIZE=10
6868
6969CONFIG_BT_PRIVACY=y
7070CONFIG_BT_LL_SW_SPLIT=y
7171
72+ CONFIG_BT_BUF_EVT_RX_COUNT=4
73+ CONFIG_BT_BUF_ACL_TX_COUNT=3
7274CONFIG_BT_BUF_ACL_TX_SIZE=35
7375CONFIG_BT_CTLR_DATA_LENGTH_MAX=35
7476CONFIG_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
102102# Reduce Bluetooth buffers
103103CONFIG_BT_BUF_EVT_DISCARDABLE_COUNT=1
104104CONFIG_BT_BUF_EVT_DISCARDABLE_SIZE=43
105- CONFIG_BT_BUF_EVT_RX_COUNT=2
106105
107106CONFIG_BT_CONN_TX_MAX=2
108107CONFIG_BT_L2CAP_TX_BUF_COUNT=2
108+ CONFIG_BT_BUF_EVT_RX_COUNT=4
109109CONFIG_BT_BUF_ACL_TX_COUNT=3
110110CONFIG_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
122122# Reduce Bluetooth buffers
123123CONFIG_BT_BUF_EVT_DISCARDABLE_COUNT=1
124124CONFIG_BT_BUF_EVT_DISCARDABLE_SIZE=43
125- CONFIG_BT_BUF_EVT_RX_COUNT=2
126125
127126CONFIG_BT_CONN_TX_MAX=2
128127CONFIG_BT_L2CAP_TX_BUF_COUNT=2
128+ CONFIG_BT_BUF_EVT_RX_COUNT=4
129129CONFIG_BT_BUF_ACL_TX_COUNT=3
130130CONFIG_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
3636CONFIG_BT_L2CAP_TX_MTU=498
3737CONFIG_BT_L2CAP_DYNAMIC_CHANNEL=y
3838CONFIG_BT_CONN_TX_MAX=10
39+ CONFIG_BT_BUF_EVT_RX_COUNT=11
3940CONFIG_BT_BUF_ACL_TX_COUNT=10
4041CONFIG_BT_BUF_ACL_TX_SIZE=502
4142
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ CONFIG_BT_NUS=y
2424CONFIG_BT_NUS_CLIENT=y
2525CONFIG_BT_GATT_DM=y
2626CONFIG_BT_GATT_CLIENT=y
27+ CONFIG_BT_BUF_EVT_RX_COUNT=11
2728CONFIG_BT_BUF_ACL_TX_COUNT=10
2829CONFIG_BT_ATT_PREPARE_COUNT=2
2930CONFIG_BT_L2CAP_TX_BUF_COUNT=10
You can’t perform that action at this time.
0 commit comments