Condividi tramite


BluetoothGattServer.GetDevicesMatchingConnectionStates(ProfileState[]) Metodo

Definizione

Non supportato: usare BluetoothManager#getDevicesMatchingConnectionStates(int, int[]) con BluetoothProfile#GATT come primo argomento

[Android.Runtime.Register("getDevicesMatchingConnectionStates", "([I)Ljava/util/List;", "")]
public System.Collections.Generic.IList<Android.Bluetooth.BluetoothDevice>? GetDevicesMatchingConnectionStates (Android.Bluetooth.ProfileState[] states);
[<Android.Runtime.Register("getDevicesMatchingConnectionStates", "([I)Ljava/util/List;", "")>]
abstract member GetDevicesMatchingConnectionStates : Android.Bluetooth.ProfileState[] -> System.Collections.Generic.IList<Android.Bluetooth.BluetoothDevice>
override this.GetDevicesMatchingConnectionStates : Android.Bluetooth.ProfileState[] -> System.Collections.Generic.IList<Android.Bluetooth.BluetoothDevice>

Parametri

states
ProfileState[]

Matrice di stati. Gli stati possono essere uno di Connected, Connecting, Disconnected, Disconnecting,

Restituisce

Implementazioni

Attributi

Eccezioni

Commenti

Documentazione java per android.bluetooth.BluetoothGattServer.getDevicesMatchingConnectionStates(int[]).

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.

Si applica a