BluetoothHidDevice.ErrorRspUnsupportedReq Field

Definition

Constant representing error response for Set Report due to "unsupported request".

[Android.Runtime.Register("ERROR_RSP_UNSUPPORTED_REQ", ApiSince=28)]
public const sbyte ErrorRspUnsupportedReq = 3;
[<Android.Runtime.Register("ERROR_RSP_UNSUPPORTED_REQ", ApiSince=28)>]
val mutable ErrorRspUnsupportedReq : sbyte

Field Value

Value = 3

Implements

Attributes

Remarks

Java documentation for android.bluetooth.BluetoothHidDevice.ERROR_RSP_UNSUPPORTED_REQ.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to