Searched refs:mLowTimestamp (Results 1 – 1 of 1) sorted by relevance
37 private int mLowTimestamp; field in BluetoothPacketDecoder93 int currentTimestamp = highTimestamp | mLowTimestamp; in decodePacket()103 mLowTimestamp = b & TIMESTAMP_MASK_LOW; in decodePacket()107 if (mLowTimestamp < previousLowTimestamp) { in decodePacket()110 previousLowTimestamp = mLowTimestamp; in decodePacket()113 int newTimestamp = highTimestamp | mLowTimestamp; in decodePacket()