Home
last modified time | relevance | path

Searched refs:scanInterval (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_scan/
DScanNativeInterface.java84 int clientIf, int scanInterval, int scanWindow, int scanPhy); in gattSetScanParametersNative() argument
136 public void gattSetScanParameters(int clientIf, int scanInterval, int scanWindow, int scanPhy) { in gattSetScanParameters() argument
137 gattSetScanParametersNative(clientIf, scanInterval, scanWindow, scanPhy); in gattSetScanParameters()
DScanManager.java1051 int scanInterval = Utils.millsToUnit(scanIntervalMs); in configureRegularScanParams() local
1069 + scanInterval in configureRegularScanParams()
1078 client.scannerId, scanInterval, scanWindow, scanPhyMask); in configureRegularScanParams()
1210 int scanInterval = in resetBatchScan() local
1217 scanInterval, in resetBatchScan()
/packages/modules/Wifi/framework/java/android/net/wifi/
DWifiManager.java2426 public ScreenOnScanSchedule(@NonNull Duration scanInterval, in ScreenOnScanSchedule() argument
2428 if (scanInterval == null) { in ScreenOnScanSchedule()
2431 mScanInterval = scanInterval; in ScreenOnScanSchedule()