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