Skip to content

Commit

Permalink
samples: bluetooth: throughput: Fix missing coded PHY configuration
Browse files Browse the repository at this point in the history
BT_CTLR_PHY_CODED is set by default only if BT_HCI_RAW is enabled.

Signed-off-by: Ryan Chu <ryan.chu@nordicsemi.no>
  • Loading branch information
ryanjh authored and nordicjm committed Aug 4, 2023
1 parent 34eb1ad commit 64ebb31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion samples/bluetooth/throughput/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Connection interval

Physical layer (PHY) data rate
Starting with Bluetooth 5, the over-the-air data rate in Bluetooth Low Energy can exceed 1 Ms/s (mega symbols per second), which allows for faster transmission.
In addition, you can use coded PHY (available on the nRF52840 SoC only) for long-range transmission.
In addition, you can use coded PHY (available on select nRF SoCs) for long-range transmission.

By default, the following connection parameter values are used:

Expand Down
1 change: 1 addition & 0 deletions samples/bluetooth/throughput/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ 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

Expand Down

0 comments on commit 64ebb31

Please sign in to comment.