Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_senml_cbor_decode.c36 static bool decode_key_value_pair(zcbor_state_t *state, struct key_value_pair *result);
143 static bool decode_key_value_pair(zcbor_state_t *state, struct key_value_pair *result) in decode_key_value_pair() function
159 bool res = (((decode_key_value_pair(state, (&(*result).record_key_value_pair_m))))); in decode_repeated_record_key_value_pair_m()