BluetoothStatusCodes.ErrorProfileServiceNotBound Campo

Definição

Cuidado

This constant will be removed in the future version. Use Android.Bluetooth.CurrentBluetoothStatusCodes enum directly instead of this field.

Código de erro que indica que o serviço de perfil não está associado.

[Android.Runtime.Register("ERROR_PROFILE_SERVICE_NOT_BOUND", ApiSince=33)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Bluetooth.CurrentBluetoothStatusCodes enum directly instead of this field.", true)]
public const Android.Bluetooth.CurrentBluetoothStatusCodes ErrorProfileServiceNotBound = 9;
[<Android.Runtime.Register("ERROR_PROFILE_SERVICE_NOT_BOUND", ApiSince=33)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Bluetooth.CurrentBluetoothStatusCodes enum directly instead of this field.", true)>]
val mutable ErrorProfileServiceNotBound : Android.Bluetooth.CurrentBluetoothStatusCodes

Valor do campo

Value = 9
Atributos

Comentários

Código de erro que indica que o serviço de perfil não está associado. Você pode associar um serviço de perfil chamando BluetoothAdapter#getProfileProxy.

Java documentação para android.bluetooth.BluetoothStatusCodes.ERROR_PROFILE_SERVICE_NOT_BOUND.

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Project Open Source do Open Source e usadas de acordo com os termos descritos na Creative Commons 2.5.

Aplica-se a