Hello everyone
I am a beginner in BLE.
I am working on nRF5_SDK_14.1.0-Nordic with nRF52840-PDK.
#define BLE_GAP_PHY_1MBPS 0x01 /**< 1 Mbps PHY. */
#define BLE_GAP_PHY_2MBPS 0x02 /**< 2 Mbps PHY. */
#define BLE_GAP_PHY_CODED 0x04 /**< Coded PHY. */
Is CODED support 500/125Kbps ? Is auto change PHY rate betwen 500kbps and 125kbps ?
How to fixed PHY rate at 500 and 125 Kbps ?
Thaks
Louis