Home
last modified time | relevance | path

Searched refs:nextInChar (Results 1 – 1 of 1) sorted by relevance

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DBluetoothSocketConnFacade.java563 int nextInChar = 'a'; in bluetoothConnectionThroughputRead() local
582 if (readBuf[j] != nextInChar) { in bluetoothConnectionThroughputRead()
584 + ", Expected=" + String.valueOf(nextInChar)); in bluetoothConnectionThroughputRead()
587 nextInChar = getNextOutputChar(nextInChar); in bluetoothConnectionThroughputRead()