Using NCS 2.0.0 and Testing on nRF52840
I run the Throughput Example from NCS on the nRF52840
When I type
"Config phy coded_s2" or "config phy coded_s8"
I get the return of phy set to Coded S2 or S8 accordingly
but when i type RUN
i get an Error
W:opcode 0x2032 status 0x11
PHY update Failed: -5
This is the same result i get when i added the bt_conn_le_phy_update() function to my code
The device appears to be running in coded Phy since i need to set my wireshark to coded to see the advertisement and connection information.
but what coded version is it running S=2 or S=8?
also, why does the update_phy function fail?