BluetoothGattDescriptor

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
byte[]
布林值
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)

參數