BluetoothGatt.GetDevicesMatchingConnectionStates(ProfileState[]) メソッド

定義

このメンバーは非推奨です。

[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>

パラメーター

states
ProfileState[]

状態の配列。 状態は、 ConnectedConnectingDisconnectedDisconnecting

返品

実装

属性

例外

注釈

このメンバーは非推奨です。 サポートされていません - 最初の引数として BluetoothProfile#GATTBluetoothManager#getDevicesMatchingConnectionStates(int, int[])を使用してください

Javaドキュメント。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象