public class BluetoothGattCharacteristic extends Object
필드 요약
| protected UUID | mUuid |
공개 생성자 요약
공개 메서드 요약
| BluetoothGattDescriptor |
getDescriptor(UUID uuid)
|
| BluetoothGattService | |
| UUID |
getUuid()
|
| byte[] |
getValue()
|
| 부울 |
setValue(byte[] value)
|
상속받은 메서드 요약
필드
보호된 UUID mUuid
공개 생성자
public BluetoothGattCharacteristic ()
공개 메서드
public BluetoothGattDescriptor getDescriptor (UUID uuid)
매개변수
| uuid |
|---|
public BluetoothGattService getService ()
public UUID getUuid ()
public byte[] getValue ()
public boolean setValue (byte[] value)
매개변수
| 값 |
|---|