Peripheral.WriteType

public static final enum Peripheral.WriteType extends Enum

WriteType describes the type of writes are supported.

EnumItems

Name Description
WITH_RESPONSE

Write characteristic and requesting acknowledgement by the remote peripheral

WITHOUT_RESPONSE

Write characteristic without requiring a response by the remote peripheral

SIGNED

Write characteristic including authentication signature

Methods

values

public static WriteType values()

ReturnValue

Name Description
WriteType

valueOf

public static WriteType valueOf(String name)

Parameters

Name Description
String name

ReturnValue

Name Description
WriteType