BluetoothGattDescriptor

public class BluetoothGattDescriptor extends Object

Field Summary

public static final byte[] DISABLE_NOTIFICATION_VALUE
public static final byte[] ENABLE_INDICATION_VALUE
public static final byte[] ENABLE_NOTIFICATION_VALUE
protected UUID mUuid

Public Constructor Summary

Public Method Summary

BluetoothGattCharacteristic
UUID
byte[]
boolean
setValue(byte[] value)

Inherited Method Summary

Fields

public static final byte[] DISABLE_NOTIFICATION_VALUE

public static final byte[] ENABLE_INDICATION_VALUE

public static final byte[] ENABLE_NOTIFICATION_VALUE

protected UUID mUuid

Public Constructors

public BluetoothGattDescriptor ()

Public Methods

public BluetoothGattCharacteristic getCharacteristic ()

public UUID getUuid ()

public byte[] getValue ()

public boolean setValue (byte[] value)

Parameters
value