I saw this related post, but it's quite outdated:
https://devzone.nordicsemi.com/f/nordic-q-a/42971/ble-5-0-using-nrf-connect-and-pca10059
Hello Bastien,
The BLE app in nRF connect for desktop does not have support for CODED PHY, unfortunately. For this you would you have to work directly with the pc-ble-driver (https://github.com/NordicSemiconductor/pc-ble-driver/tree/v4.1.4-hex) and use Softdevice API version 6. Or alternatively, make a complete application based on one of the nRF5 SDK examples that you program onto the dongle (e.g . USBD BLE UART Example)
Best regards,
Vidar
Hello Bastien,
The BLE app in nRF connect for desktop does not have support for CODED PHY, unfortunately. For this you would you have to work directly with the pc-ble-driver (https://github.com/NordicSemiconductor/pc-ble-driver/tree/v4.1.4-hex) and use Softdevice API version 6. Or alternatively, make a complete application based on one of the nRF5 SDK examples that you program onto the dongle (e.g . USBD BLE UART Example)
Best regards,
Vidar