nRF Connect SDK API 3.3.99
Loading...
Searching...
No Matches

◆ lte_lc_cellular_profile_remove()

int lte_lc_cellular_profile_remove ( uint8_t id)

#include <include/modem/lte_lc.h>

Remove a cellular profile.

This clears the configuration for the given cellular profile ID.

Note
Requires CONFIG_LTE_LC_CELLULAR_PROFILE_MODULE to be enabled.
A cellular profile can only be removed when the modem is in functional mode LTE_LC_FUNC_MODE_POWER_OFF or LTE_LC_FUNC_MODE_OFFLINE.
Parameters
[in]idCellular profile ID to remove.
Return values
0on success, otherwise negative error code.