Define ANJ_COAP_MAX_ATTR_OPTION_SIZE

Define Documentation

ANJ_COAP_MAX_ATTR_OPTION_SIZE

Configures the maximum length of a single Uri-Query CoAP Option related to Register, Request Bootstrap, Attribute setting with Write-Attributes or Observe operation. This option directly limits Client Endpoint name length.

Default value: 40 Calculated as “attr_name” + “=” + “attr_value”, e.g.:

  • ”gt=700.12” -> 9

  • ”ep=anjay_lite_client” -> 20