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