次の方法で共有


BluetoothLeScanner.ExtraListScanResult Field

Definition

Extra containing a list of ScanResults.

[Android.Runtime.Register("EXTRA_LIST_SCAN_RESULT", ApiSince=26)]
public const string ExtraListScanResult;
[<Android.Runtime.Register("EXTRA_LIST_SCAN_RESULT", ApiSince=26)>]
val mutable ExtraListScanResult : string

Field Value

Attributes

Remarks

Extra containing a list of ScanResults. It can have one or more results if there was no error. In case of error, #EXTRA_ERROR_CODE will contain the error code and this extra will not be available.

Java documentation for android.bluetooth.le.BluetoothLeScanner.EXTRA_LIST_SCAN_RESULT.

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