Searched defs:scanInterval (Results 1 – 3 of 3) sorted by relevance
54 private native void gattSetScanParametersNative(int clientIf, int scanInterval, in gattSetScanParametersNative()98 public void gattSetScanParameters(int clientIf, int scanInterval, int scanWindow) { in gattSetScanParameters()
1050 int scanInterval = Utils.millsToUnit(scanIntervalMs); in configureRegularScanParams() local1205 int scanInterval = in resetBatchScan() local
2328 public ScreenOnScanSchedule(@NonNull Duration scanInterval, in ScreenOnScanSchedule()