다음을 통해 공유


ScanSettings.AutoBatchMinReportDelayMillis Field

Definition

Minimum report delay for ScanSettings#CALLBACK_TYPE_ALL_MATCHES_AUTO_BATCH.

[Android.Runtime.Register("AUTO_BATCH_MIN_REPORT_DELAY_MILLIS", ApiSince=34)]
public const long AutoBatchMinReportDelayMillis = 600000;
[<Android.Runtime.Register("AUTO_BATCH_MIN_REPORT_DELAY_MILLIS", ApiSince=34)>]
val mutable AutoBatchMinReportDelayMillis : int64

Field Value

Value = 600000

Implements

Attributes

Remarks

Minimum report delay for ScanSettings#CALLBACK_TYPE_ALL_MATCHES_AUTO_BATCH.

Java documentation for android.bluetooth.le.ScanSettings.AUTO_BATCH_MIN_REPORT_DELAY_MILLIS.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to