nRF Connect SDK API 2.8.99
|
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.
lwm2m_carrier.c
this option can be set in kconfig by setting CONFIG_LWM2M_CARRIER_SERVER_BINDING.