Home
last modified time | relevance | path

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

/Zephyr-latest/tests/subsys/modem/modem_cmux/src/
Dmain.c117 static uint8_t cmux_frame_dlci1_disc_cmd[] = {0xF9, 0x07, 0x53, 0x01, 0x3F, 0xF9}; variable
213 .get = cmux_frame_dlci1_disc_cmd,
214 .get_size = sizeof(cmux_frame_dlci1_disc_cmd),
558 zassert_true(ret == sizeof(cmux_frame_dlci1_disc_cmd), in ZTEST()
561 zassert_true(memcmp(buffer1, cmux_frame_dlci1_disc_cmd, in ZTEST()
562 sizeof(cmux_frame_dlci1_disc_cmd)) == 0, in ZTEST()