Home
last modified time | relevance | path

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

/tests/subsys/lorawan/frag_decoder/src/
A Dfrag_encoder.c79 int lorawan_frag_encoder(const uint8_t *uncoded, size_t uncoded_len, uint8_t *coded, in lorawan_frag_encoder() argument
94 memcpy(coded, uncoded, uncoded_len); in lorawan_frag_encoder()
95 memset(coded + uncoded_len, 0, uncoded_frags * frag_size - uncoded_len); in lorawan_frag_encoder()
101 uint8_t *out = coded + (uncoded_frags + i - 1) * frag_size; in lorawan_frag_encoder()
106 out[m] ^= coded[j * frag_size + m]; in lorawan_frag_encoder()
A Dfrag_encoder.h26 int lorawan_frag_encoder(const uint8_t *uncoded, size_t uncoded_len, uint8_t *coded,
/tests/bsim/bluetooth/host/adv/periodic/
A Dtestcase.yaml15 bluetooth.host.adv.periodic.coded:

Completed in 13 milliseconds