Searched refs:xm_msg (Results 1 – 1 of 1) sorted by relevance
4601 static uint8_t xm_msg; in process_fw_update_rx() local4604 xm_msg = net_buf_get_u8(rx_buf); in process_fw_update_rx()4606 if (xm_msg == XM_NACK) { in process_fw_update_rx()4621 } else if (xm_msg == XM_ACK) { in process_fw_update_rx()4631 LOG_WRN("RX unhandled FW update value: %02x", xm_msg); in process_fw_update_rx()