Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DScanNativeInterface.java54 private native void gattSetScanParametersNative(int clientIf, int scanInterval, in gattSetScanParametersNative()
98 public void gattSetScanParameters(int clientIf, int scanInterval, int scanWindow) { in gattSetScanParameters()
DScanManager.java1050 int scanInterval = Utils.millsToUnit(scanIntervalMs); in configureRegularScanParams() local
1205 int scanInterval = in resetBatchScan() local
/packages/modules/Wifi/framework/java/android/net/wifi/
DWifiManager.java2328 public ScreenOnScanSchedule(@NonNull Duration scanInterval, in ScreenOnScanSchedule()