Searched refs:cmd_data_received (Results 1 – 1 of 1) sorted by relevance
278 char *cmd_data_received = &data->frame[FCX_MLDX5_DATA_INDEX]; in fcx_mldx5_read_status_value() local281 if (cmd_data_received[0] != '0' || char2hex(cmd_data_received[1], &value)) { in fcx_mldx5_read_status_value()282 LOG_ERR("Could not parse status value %.*s", data_len, cmd_data_received); in fcx_mldx5_read_status_value()