HomeSort by relevance Sort by last modified time
    Searched refs:millsToUnit (Results 1 - 2 of 2) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
ScanManager.java 524 scanWindow = Utils.millsToUnit(scanWindow);
525 scanInterval = Utils.millsToUnit(scanInterval);
631 Utils.millsToUnit(getBatchScanIntervalMillis(batchScanParams.scanMode));
633 Utils.millsToUnit(getBatchScanWindowMillis(batchScanParams.scanMode));
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/
Utils.java 370 public static int millsToUnit(int milliseconds) {

Completed in 166 milliseconds