Searched refs:mNextReadByte (Results 1 – 2 of 2) sorted by relevance
150 private byte mNextReadByte; field in BleCocClientService512 if (buf[i] != mNextReadByte) { in checkReadBufContent()514 + i + "]=" + buf[i] + " not equal to " + mNextReadByte); in checkReadBufContent()517 mNextReadByte++; in checkReadBufContent()672 mNextReadByte = 1; in readData8bytes()678 mNextReadByte = 1; in readDataLargeBuf()
181 private byte mNextReadByte; field in BleCocServerService543 mNextReadByte = 1; in readData8bytes()550 mNextReadByte = 1; in readDataLargeBuf()579 if (buf[i] != mNextReadByte) { in checkReadBufContent()581 + i + "]=" + buf[i] + " not equal to " + mNextReadByte); in checkReadBufContent()584 mNextReadByte++; in checkReadBufContent()