Searched refs:mLowTimestamp (Results 1 – 1 of 1) sorted by relevance
36 private int mLowTimestamp; field in BluetoothPacketDecoder84 int currentTimestamp = highTimestamp | mLowTimestamp; in decodePacket()93 mLowTimestamp = b & TIMESTAMP_MASK_LOW; in decodePacket()97 if (mLowTimestamp < previousLowTimestamp) { in decodePacket()100 previousLowTimestamp = mLowTimestamp; in decodePacket()103 int newTimestamp = highTimestamp | mLowTimestamp; in decodePacket()