Compartir a través de


IBluetoothProfile.GetConnectionState(BluetoothDevice) Método

Definición

Obtención del estado de conexión actual del perfil

[Android.Runtime.Register("getConnectionState", "(Landroid/bluetooth/BluetoothDevice;)I", "GetGetConnectionState_Landroid_bluetooth_BluetoothDevice_Handler:Android.Bluetooth.IBluetoothProfileInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public Android.Bluetooth.ProfileState GetConnectionState (Android.Bluetooth.BluetoothDevice? device);
[<Android.Runtime.Register("getConnectionState", "(Landroid/bluetooth/BluetoothDevice;)I", "GetGetConnectionState_Landroid_bluetooth_BluetoothDevice_Handler:Android.Bluetooth.IBluetoothProfileInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member GetConnectionState : Android.Bluetooth.BluetoothDevice -> Android.Bluetooth.ProfileState

Parámetros

device
BluetoothDevice

Dispositivo Bluetooth remoto.

Devoluciones

Estado de la conexión de perfil. Uno de los elementos #STATE_CONNECTED, #STATE_CONNECTING, , #STATE_DISCONNECTED#STATE_DISCONNECTING

Atributos

Comentarios

Documentación de Java para android.bluetooth.BluetoothProfile.getConnectionState(android.bluetooth.BluetoothDevice).

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el proyecto de código abierto de Android y se usan según los términos descritos en la licencia de atribución de Creative Commons 2.5.

Se aplica a