l2c_is_cmd_rejected() function
* Function l2c_is_cmd_rejected * Description Checks if cmd_code is command or response * If a command it will be rejected per spec. * This function is used when a illegal packet length is detected * Returns BOOLEAN - TRUE if cmd_code is a command and it is rejected, * FALSE if response code. (command not rejected)