BluetoothGattCharacteristic

public class BluetoothGattCharacteristic extends Object

Field Summary

protected UUID mUuid

Public Constructor Summary

Public Method Summary

BluetoothGattDescriptor
getDescriptor(UUID uuid)
BluetoothGattService
UUID
byte[]
boolean
setValue(byte[] value)

Inherited Method Summary

Fields

protected UUID mUuid

Public Constructors

public BluetoothGattCharacteristic ()

Public Methods

public BluetoothGattDescriptor getDescriptor (UUID uuid)

Parameters
uuid

public BluetoothGattService getService ()

public UUID getUuid ()

public byte[] getValue ()

public boolean setValue (byte[] value)

Parameters
value