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

◆ server_binding

uint8_t lwm2m_carrier_config_t::server_binding

This configuration can be used to overwrite the server binding. See lwm2m_carrier_server_binding_values.

This configuration is ignored if a bootstrap server is configured (either by the carrier's factory configuration, or by lwm2m_carrier_config_t::is_bootstrap_server.)

If UDP binding is configured, a URI must also be set lwm2m_carrier_config_t::server_uri.

The APN (either network default, or the one set with lwm2m_carrier_config_t::apn) must be UDP (IP) or non-IP respectively.

Note
using lwm2m_carrier.c this option can be set in kconfig by setting CONFIG_LWM2M_CARRIER_SERVER_BINDING.