IBluetoothProfile.GetDevicesMatchingConnectionStates(ProfileState[]) Method
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.
Get a list of devices that match any of the given connection states.
[Android.Runtime.Register("getDevicesMatchingConnectionStates", "([I)Ljava/util/List;", "GetGetDevicesMatchingConnectionStates_arrayIHandler:Android.Bluetooth.IBluetoothProfileInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public System.Collections.Generic.IList<Android.Bluetooth.BluetoothDevice>? GetDevicesMatchingConnectionStates (Android.Bluetooth.ProfileState[]? states);
[<Android.Runtime.Register("getDevicesMatchingConnectionStates", "([I)Ljava/util/List;", "GetGetDevicesMatchingConnectionStates_arrayIHandler:Android.Bluetooth.IBluetoothProfileInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member GetDevicesMatchingConnectionStates : Android.Bluetooth.ProfileState[] -> System.Collections.Generic.IList<Android.Bluetooth.BluetoothDevice>
Parameters
- states
- ProfileState[]
Array of states. States can be one of #STATE_CONNECTED
, #STATE_CONNECTING
, #STATE_DISCONNECTED
, #STATE_DISCONNECTING
,
Returns
List of devices. The list will be empty on error.
- Attributes
Remarks
Java documentation for android.bluetooth.BluetoothProfile.getDevicesMatchingConnectionStates(int[])
.
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.