BluetoothGattServer.GetDevicesMatchingConnectionStates(ProfileState[]) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
不支持 - 请使用 BluetoothManager#getDevicesMatchingConnectionStates(int, int[])
替换为 BluetoothProfile#GATT
第一个参数
[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
返回
实现
- 属性
例外
注解
适用于 . 的 android.bluetooth.BluetoothGattServer.getDevicesMatchingConnectionStates(int[])
Java 文档
本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。