ScanCallback.OnBatchScanResults(IList<ScanResult>) Method

Definition

Callback when batch results are delivered.

[Android.Runtime.Register("onBatchScanResults", "(Ljava/util/List;)V", "GetOnBatchScanResults_Ljava_util_List_Handler")]
public virtual void OnBatchScanResults (System.Collections.Generic.IList<Android.Bluetooth.LE.ScanResult>? results);
[<Android.Runtime.Register("onBatchScanResults", "(Ljava/util/List;)V", "GetOnBatchScanResults_Ljava_util_List_Handler")>]
abstract member OnBatchScanResults : System.Collections.Generic.IList<Android.Bluetooth.LE.ScanResult> -> unit
override this.OnBatchScanResults : System.Collections.Generic.IList<Android.Bluetooth.LE.ScanResult> -> unit

Parameters

results
IList<ScanResult>

List of scan results that are previously scanned.

Attributes

Remarks

Java documentation for android.bluetooth.le.ScanCallback.onBatchScanResults(java.util.List<android.bluetooth.le.ScanResult>).

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