I am running this on a FRDM-K22F board wired as per the readme.txt file found under:
C:\KSDK2\boards\frdmk22f\rtos_examples\freertos_i2c
With the wires connected as described it works. Remove either of the wires causing the I2C bus to fail and rather than reporting a failure, bogus values (0x00 or 0xFF) are reported.
I my situation, I was bringing up new hardware on my design. I knew the bus worked as I had several devices already operational. I was adding a new device and just happened to use the wrong address. That was when I found out that I didn't get an error code indicating a NAK condition as I had expected.