Searched refs:encode_record (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/subsys/net/lib/lwm2m/ |
D | lwm2m_senml_cbor_encode.c | 39 static bool encode_record(zcbor_state_t *state, const struct record *input); 177 static bool encode_record(zcbor_state_t *state, const struct record *input) in encode_record() function 214 &(*input).lwm2m_senml_record_m_count, (zcbor_encoder_t *)encode_record, in encode_lwm2m_senml()
|
D | lwm2m_senml_cbor.patch | 92 @@ -157,12 +153,12 @@ static bool encode_record( 111 …inmax(1, 99, &(*input).lwm2m_senml_record_m_count, (zcbor_encoder_t *)encode_record, state, (*&(*i… 112 …l_record_m), &(*input).lwm2m_senml_record_m_count, (zcbor_encoder_t *)encode_record, state, (*&(*i…
|