cec_msg_recv_is_tx_result
if ((cec_msg_recv_is_tx_result(msg) && !(msg->tx_status & CEC_TX_STATUS_OK)) ||
if (cec_msg_recv_is_tx_result(msg)) {