Hi @Torbjorn!
Hope you are doing good!
I tried using nrf52840/nrf52833 ble_app_blinky_c and ble_app_blinky for connectable coded PHY. But it only works for 1M_Phy. Although it has the provision of coded_phy.Can you please help me with how to enable coded PHY in the above-mentioned examples?
When I set 1M_Phy both the devices successfully connected but when I set
adv_params.primary_phy = BLE_GAP_PHY_1MBPS;
then it works fine!
2)Can we use ble_app_beacon for coded PHY connectable mode coded phy ? if yes can you please mention the central example for the ble_app_beacon to receive the packets?
Thanks in advance!