GET_RESP_LEN
u8 get_brightness[GET_CMD_LEN], resp[GET_RESP_LEN];
ret = dell_uart_bl_command(dell_bl, get_brightness, GET_CMD_LEN, resp, GET_RESP_LEN);
if (resp[RESP_LEN] != GET_RESP_LEN) {