Searched refs:xm_msg (Results 1 – 1 of 1) sorted by relevance
4448 static uint8_t xm_msg; in process_fw_update_rx() local4451 xm_msg = net_buf_get_u8(rx_buf); in process_fw_update_rx()4453 if (xm_msg == XM_NACK) { in process_fw_update_rx()4468 } else if (xm_msg == XM_ACK) { in process_fw_update_rx()4478 LOG_WRN("RX unhandled FW update value: %02x", xm_msg); in process_fw_update_rx()