Home
last modified time | relevance | path

Searched refs:millsToUnit (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DScanManager.java624 scanWindow = Utils.millsToUnit(scanWindow); in configureRegularScanParams()
625 scanInterval = Utils.millsToUnit(scanInterval); in configureRegularScanParams()
738 Utils.millsToUnit(getBatchScanIntervalMillis(batchScanParams.scanMode)); in resetBatchScan()
740 Utils.millsToUnit(getBatchScanWindowMillis(batchScanParams.scanMode)); in resetBatchScan()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/
H A DUtils.java834 public static int millsToUnit(int milliseconds) { in millsToUnit() method in Utils