2M Phy on Photon 2 as central

I am using 5.8.0 with photon 2 as a central device, I need to set the PHY to 2M to get the speed from a peripheral but I don't see it as an option

enum class BlePhy : uint8_t {
    BLE_PHYS_AUTO        = hal_ble_phys_t::BLE_PHYS_AUTO,
    BLE_PHYS_1MBPS       = hal_ble_phys_t::BLE_PHYS_1MBPS,
    BLE_PHYS_CODED       = hal_ble_phys_t::BLE_PHYS_CODED
};

Is there a way to set the PHY to 2M when it is a central device, I was able to set the Photon as a peripheral and change the PHY with my phone to 2M

thanks

2 Mbps coding is not supported on any Particle platform (nRF52 or RTL872x).

There are other limitations other than the coding speed that will likely limit your speed, as well.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.