Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/modem/
Dmodem_cmux.c79 static int modem_cmux_wrap_command(struct modem_cmux_command **command, const uint8_t *data, in modem_cmux_wrap_command() function
336 if (modem_cmux_wrap_command(&command, frame->data, frame->data_len) == 0) { in modem_cmux_transmit_cmd_frame()
391 modem_cmux_wrap_command(&command, data, cmux->frame.data_len); in modem_cmux_acknowledge_received_frame()
477 if (modem_cmux_wrap_command(&command, cmux->frame.data, cmux->frame.data_len) < 0) { in modem_cmux_on_control_frame_uih()