Home
last modified time | relevance | path

Searched refs:encode_key_value_pair (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_senml_cbor_encode.c36 static bool encode_key_value_pair(zcbor_state_t *state, const struct key_value_pair *input);
155 static bool encode_key_value_pair(zcbor_state_t *state, const struct key_value_pair *input) in encode_key_value_pair() function
171 bool res = (((encode_key_value_pair(state, (&(*input).record_key_value_pair_m))))); in encode_repeated_record_key_value_pair_m()