Skip to content

Commit

Permalink
Bluetooth: Controller: Remove setting unused CONFIG_BT_CTLR_RX_BUFFERS
Browse files Browse the repository at this point in the history
This configuration is unused, so setting it has no effect.
Removing it removes confusion.

Signed-off-by: Rubin Gerritsen <rubin.gerritsen@nordicsemi.no>
  • Loading branch information
rugeGerritsen authored and nordicjm committed Nov 2, 2023
1 parent 7ea0307 commit cad2d1a
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion applications/connectivity_bridge/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ CONFIG_BT_NUS=y
CONFIG_BT_GATT_CLIENT=y
CONFIG_BT_SMP=y
CONFIG_BT_CTLR=y
CONFIG_BT_CTLR_RX_BUFFERS=10
CONFIG_BT_BUF_ACL_TX_COUNT=10
CONFIG_BT_BUF_ACL_TX_SIZE=251
CONFIG_BT_CTLR_DATA_LENGTH_MAX=251
1 change: 0 additions & 1 deletion doc/nrf/test_and_optimize/optimizing/memory.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ Besides applying `General recommendations`_, you can also complete the following
* :kconfig:option:`CONFIG_BT_BUF_EVT_RX_COUNT`
* :kconfig:option:`CONFIG_BT_CONN_TX_MAX`
* :kconfig:option:`CONFIG_BT_L2CAP_TX_BUF_COUNT`
* :kconfig:option:`CONFIG_BT_CTLR_RX_BUFFERS`
* :kconfig:option:`CONFIG_BT_BUF_ACL_TX_COUNT`
* :kconfig:option:`CONFIG_BT_BUF_ACL_TX_SIZE`

Expand Down
1 change: 0 additions & 1 deletion samples/bluetooth/peripheral_lbs/prj_minimal.conf
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,5 @@ CONFIG_BT_BUF_EVT_RX_COUNT=2

CONFIG_BT_CONN_TX_MAX=2
CONFIG_BT_L2CAP_TX_BUF_COUNT=2
CONFIG_BT_CTLR_RX_BUFFERS=1
CONFIG_BT_BUF_ACL_TX_COUNT=3
CONFIG_BT_BUF_ACL_TX_SIZE=27
1 change: 0 additions & 1 deletion samples/bluetooth/peripheral_uart/prj_minimal.conf
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,5 @@ CONFIG_BT_BUF_EVT_RX_COUNT=2

CONFIG_BT_CONN_TX_MAX=2
CONFIG_BT_L2CAP_TX_BUF_COUNT=2
CONFIG_BT_CTLR_RX_BUFFERS=1
CONFIG_BT_BUF_ACL_TX_COUNT=3
CONFIG_BT_BUF_ACL_TX_SIZE=27
1 change: 0 additions & 1 deletion samples/bluetooth/throughput/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ CONFIG_BT_BUF_ACL_TX_SIZE=502
CONFIG_BT_CTLR_DATA_LENGTH_MAX=251
CONFIG_BT_CTLR_PHY_2M=y
CONFIG_BT_CTLR_PHY_CODED=y
CONFIG_BT_CTLR_RX_BUFFERS=2
CONFIG_BT_CTLR_SDC_MAX_CONN_EVENT_LEN_DEFAULT=4000000

CONFIG_DK_LIBRARY=y
Expand Down

0 comments on commit cad2d1a

Please sign in to comment.