Searched refs:mNextReadByte (Results 1 – 2 of 2) sorted by relevance
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()
154 private byte mNextReadByte; field in BleCocClientService515 if (buf[i] != mNextReadByte) { in checkReadBufContent()517 + i + "]=" + buf[i] + " not equal to " + mNextReadByte); in checkReadBufContent()520 mNextReadByte++; in checkReadBufContent()675 mNextReadByte = 1; in readData8bytes()681 mNextReadByte = 1; in readDataLargeBuf()