BluetoothLeScanner.ExtraListScanResult Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.