BleQueue.Command.Type

public static final enum BleQueue.Command.Type extends Enum

The type of BLE command requested. This is used to make sure the requests/responses are in sync.

EnumItems

Name Description
READ_CHARACTERISTIC
WRITE_CHARACTERISTIC
WRITE_DESCRIPTOR
DISCOVER_SERVICES

Methods

values

public static Type values()

ReturnValue

Name Description
Type

valueOf

public static Type valueOf(String name)

Parameters

Name Description
String name

ReturnValue

Name Description
Type