Searched refs:totalRxBytes (Results 1 – 1 of 1) sorted by relevance
9966 long totalRxBytes = 0; in updateBluetoothStateLocked() local9986 totalRxBytes += traffic.getRxBytes(); in updateBluetoothStateLocked()9989 if ((totalTxBytes != 0 || totalRxBytes != 0) && in updateBluetoothStateLocked()9998 if (totalRxBytes > 0 && traffic.getRxBytes() > 0) { in updateBluetoothStateLocked()9999 final long timeRxMs = (leftOverRxTimeMs * traffic.getRxBytes()) / totalRxBytes; in updateBluetoothStateLocked()