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
protected 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)

매개변수