public class BluetoothGattDescriptor extends Object
字段摘要
public static final byte[] | DISABLE_NOTIFICATION_VALUE | |
public static final byte[] | ENABLE_INDICATION_VALUE | |
public static final byte[] | ENABLE_NOTIFICATION_VALUE | |
受保护的 UUID | mUuid |
公共构造函数摘要
公共方法摘要
BluetoothGattCharacteristic | |
UUID |
getUuid()
|
byte[] |
getValue()
|
布尔值 |
setValue(byte[] value)
|
继承的方法摘要
字段
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 ()
public UUID getUuid ()
public byte[] getValue ()
public boolean setValue (byte[] value)
参数
值 |
---|