BluetoothStatusCodes.ErrorProfileServiceNotBound Feld

Definition

Achtung

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

Fehlercode, der angibt, dass der Profildienst nicht gebunden ist.

[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

Feldwert

Value = 9
Attribute

Hinweise

Fehlercode, der angibt, dass der Profildienst nicht gebunden ist. Sie können einen Profildienst binden, indem Sie einen Aufruf ausführen BluetoothAdapter#getProfileProxy.

Java Dokumentation für android.bluetooth.BluetoothStatusCodes.ERROR_PROFILE_SERVICE_NOT_BOUND.

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: