Home
last modified time | relevance | path

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

/Zephyr-latest/tests/subsys/modem/modem_cmux/src/
Dmain.c119 static uint8_t cmux_frame_dlci2_sabm_cmd[] = {0xF9, 0x0B, 0x3F, 0x01, 0x59, 0xF9}; variable
234 .get = cmux_frame_dlci2_sabm_cmd,
235 .get_size = sizeof(cmux_frame_dlci2_sabm_cmd),
716 zassert_true(ret == sizeof(cmux_frame_dlci2_sabm_cmd), in ZTEST()
719 zassert_true(memcmp(buffer1, cmux_frame_dlci2_sabm_cmd, in ZTEST()
720 sizeof(cmux_frame_dlci2_sabm_cmd)) == 0, in ZTEST()