Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

samples: bluetooth: throughput: Fix missing coded PHY configuration #11957

Merged
merged 1 commit into from
Aug 4, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading