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

Disable coded and 2 MBps PHY support on NRF52832

Hi,

I'm using a NRF52832 development kit and SDK v14.1. My application is simulating several bluetooth devices for testing purposes. The device I'm simulating doesn't support alternate PHYs because its using BT 4.x so, when I call sd_ble_gap_phy_update i get BLE_HCI_UNSUPPORTED_REMOTE_FEATURE in the phy update event.

How can i get my simulated devices to behave in the same way?  If I simply ignore the phy update request event, the connection is lost with the error BLE_HCI_STATUS_CODE_LMP_RESPONSE_TIMEOUT

In my real application I connect to quite a few devices so managing radio time is quite important. I don't want my tester to use a higher data rate

Related