public class BluetoothGattCharacteristic extends Object
字段摘要
| 受保护的 UUID | mUuid |
公共构造函数摘要
公共方法摘要
| BluetoothGattDescriptor |
getDescriptor(UUID uuid)
|
| BluetoothGattService | |
| UUID |
getUuid()
|
| byte[] |
getValue()
|
| 布尔值 |
setValue(byte[] value)
|
继承的方法摘要
字段
受保护的 UUID mUuid
公共构造函数
public BluetoothGattCharacteristic ()
公共方法
public BluetoothGattDescriptor getDescriptor (UUID uuid)
参数
| uuid |
|---|
public BluetoothGattService getService ()
public UUID getUuid ()
public byte[] getValue ()
public boolean setValue (byte[] value)
参数
| 值 |
|---|