BluetoothGatt.GetDevicesMatchingConnectionStates(ProfileState[]) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
このメンバーは非推奨です。
[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[]
状態の配列。 状態は、 Connected、 Connecting、 Disconnected、 Disconnecting、
返品
実装
- 属性
例外
注釈
このメンバーは非推奨です。 サポートされていません - 最初の引数として BluetoothProfile#GATT でBluetoothManager#getDevicesMatchingConnectionStates(int, int[])を使用してください
このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。