Searched refs:totalTxBytes (Results 1 – 1 of 1) sorted by relevance
13353 long totalTxBytes = 0; in updateBluetoothStateLocked() local13376 totalTxBytes += txBytes; in updateBluetoothStateLocked()13379 if ((totalTxBytes != 0 || totalRxBytes != 0) && (leftOverRxTimeMs != 0 in updateBluetoothStateLocked()13398 if (totalTxBytes > 0 && txBytes > 0) { in updateBluetoothStateLocked()13399 final long timeTxMs = (leftOverTxTimeMs * txBytes) / totalTxBytes; in updateBluetoothStateLocked()