Show / Hide Table of Contents

Method GetBluetoothSerialDevices

| Edit this page View Source

GetBluetoothSerialDevices()

Gets a list of bluetooth devices that supports serial communication

Declaration
[Obsolete("Use GetBluetoothSerialDevices(Context)")]
public static IEnumerable<BluetoothDevice> GetBluetoothSerialDevices()
Returns
Type Description
IEnumerable<BluetoothDevice>

A set of bluetooth devices available that supports serial connections

Applies to

Platforms and versions
TargetVersions
.NET Androidmain, v3.0
Xamarin.Androidv2.2, v2.1, v2.0
| Edit this page View Source

GetBluetoothSerialDevices(Context)

Gets a list of bluetooth devices that supports serial communication

Declaration
public static IEnumerable<BluetoothDevice> GetBluetoothSerialDevices(Context context)
Parameters
Type Name Description
Context context

The Android context

Returns
Type Description
IEnumerable<BluetoothDevice>

A set of bluetooth devices available that supports serial connections

Applies to

Platforms and versions
TargetVersions
.NET Androidmain, v3.0
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX