This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

PHY update has no effect

I'm attempting to change phy in a program based on the UART example and am following the same process used in the att_mtu_throughput for changing PHY.

Calling sd_ble_gap_phy_request appears to be successful, a BLE_GAP_EVT_PHY_UPDATE is generated with successful status field (0), however the tx and rx phy fields never change.

What could cause this?

Boards: nrf52840pdk

SDK: 14.2

SD: 140 5.0.0-2

Related