Searched refs:cmux_frame_dlci1_sabm_cmd (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/tests/subsys/modem/modem_cmux/src/ |
D | main.c | 115 static uint8_t cmux_frame_dlci1_sabm_cmd[] = {0xF9, 0x07, 0x3F, 0x01, 0xDE, 0xF9}; variable 227 .get = cmux_frame_dlci1_sabm_cmd, 228 .get_size = sizeof(cmux_frame_dlci1_sabm_cmd), 586 zassert_true(ret == sizeof(cmux_frame_dlci1_sabm_cmd), in ZTEST() 589 zassert_true(memcmp(buffer1, cmux_frame_dlci1_sabm_cmd, in ZTEST() 590 sizeof(cmux_frame_dlci1_sabm_cmd)) == 0, in ZTEST() 688 zassert_true(ret == sizeof(cmux_frame_dlci1_sabm_cmd), in ZTEST() 691 zassert_true(memcmp(buffer1, cmux_frame_dlci1_sabm_cmd, in ZTEST() 692 sizeof(cmux_frame_dlci1_sabm_cmd)) == 0, in ZTEST()
|