nrfxlib API 2.7.99
Loading...
Searching...
No Matches

◆ sdc_support_le_2m_phy()

int32_t sdc_support_le_2m_phy ( void  )

#include <softdevice_controller/include/sdc.h>

Support LE 2M PHY.

After this API is called, the controller will support LE 2M PHY. That is:

  • The controller can use 2M PHY in both the connected and non-connected state.
  • LE 2M PHY is marked supported in the LL Feature Exchange procedure.
Note
The application is required to call sdc_support_phy_update_central() and/or sdc_support_phy_update_peripheral() to enable the PHY update procedure.
Return values
0Success
-NRF_EPERMThis API must be called before sdc_cfg_set() or sdc_enable().