BluetoothStatusCodes.ErrorGattWriteRequestBusy Feld

Definition

Achtung

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

Eine GATT-WriteCharacteristic-Anforderung wird auf einem ausgelasteten Remotegerät ausgegeben.

[Android.Runtime.Register("ERROR_GATT_WRITE_REQUEST_BUSY", 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 ErrorGattWriteRequestBusy = 201;
[<Android.Runtime.Register("ERROR_GATT_WRITE_REQUEST_BUSY", 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 ErrorGattWriteRequestBusy : Android.Bluetooth.CurrentBluetoothStatusCodes

Feldwert

Value = 201
Attribute

Hinweise

Eine GATT-WriteCharacteristic-Anforderung wird auf einem ausgelasteten Remotegerät ausgegeben.

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

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: