公共类 BluetoothGattDescriptor 扩展对象
字段摘要
公共静态最终字节 [] | DISABLE_NOTIFICATION_VALUE | |
公共静态最终字节 [] | ENABLE_INDICATION_VALUE | |
公共静态最终字节 [] | ENABLE_NOTIFICATION_VALUE | |
受保护的 UUID | mUuid |
公共构造函数摘要
公共方法摘要
BluetoothGattCharacteristic 接口 | |
UUID |
getUuid()
|
byte[] |
getValue()
|
布尔值 |
setValue(byte[] 值)
|
继承的方法摘要
字段
public static final byte[] DISABLE_NOTIFICATION_VALUE
public static final byte[] ENABLE_INDICATION_VALUE
public static final byte[] ENABLE_NOTIFICATION_VALUE
受保护的 UUID mUuid
公共构造函数
public BluetoothGattDescriptor ()
公共方法
public BluetoothGattCharacteristic getCharacteristic ()
公开 UUID getUuid ()
public byte[] getValue ()
public boolean setValue (byte[] value)
参数
value |
---|