Class Commands
- java.lang.Object
-
- ej.library.iot.rcommand.bluetooth.Commands
-
public class Commands extends Object
Provides constants related to the commands. This class is duplicated in rcommand-bluetooth-host.
-
-
Field Summary
Fields Modifier and Type Field Description static StringBLUETOOTH_ADD_SERVICEstatic StringBLUETOOTH_CONNECTstatic StringBLUETOOTH_DISABLEstatic StringBLUETOOTH_DISCONNECTstatic StringBLUETOOTH_DISCOVER_SERVICESstatic StringBLUETOOTH_ENABLEstatic StringBLUETOOTH_EVENT_AVAILABLEstatic StringBLUETOOTH_POLL_EVENTstatic StringBLUETOOTH_SEND_EXECUTE_WRITE_RESPONSEstatic StringBLUETOOTH_SEND_NOTIFICATIONstatic StringBLUETOOTH_SEND_PAIR_REQUESTstatic StringBLUETOOTH_SEND_PAIR_RESPONSEstatic StringBLUETOOTH_SEND_PASSKEY_RESPONSEstatic StringBLUETOOTH_SEND_PREPARE_WRITE_RESPONSEstatic StringBLUETOOTH_SEND_READ_REQUESTstatic StringBLUETOOTH_SEND_READ_RESPONSEstatic StringBLUETOOTH_SEND_WRITE_REQUESTstatic StringBLUETOOTH_SEND_WRITE_RESPONSEstatic StringBLUETOOTH_START_ADVERTISINGstatic StringBLUETOOTH_START_SCANNINGstatic StringBLUETOOTH_STOP_ADVERTISINGstatic StringBLUETOOTH_STOP_SCANNINGstatic intERRORstatic intOK
-
-
-
Field Detail
-
BLUETOOTH_EVENT_AVAILABLE
public static final String BLUETOOTH_EVENT_AVAILABLE
- See Also:
- Constant Field Values
-
BLUETOOTH_POLL_EVENT
public static final String BLUETOOTH_POLL_EVENT
- See Also:
- Constant Field Values
-
BLUETOOTH_ENABLE
public static final String BLUETOOTH_ENABLE
- See Also:
- Constant Field Values
-
BLUETOOTH_DISABLE
public static final String BLUETOOTH_DISABLE
- See Also:
- Constant Field Values
-
BLUETOOTH_START_SCANNING
public static final String BLUETOOTH_START_SCANNING
- See Also:
- Constant Field Values
-
BLUETOOTH_STOP_SCANNING
public static final String BLUETOOTH_STOP_SCANNING
- See Also:
- Constant Field Values
-
BLUETOOTH_START_ADVERTISING
public static final String BLUETOOTH_START_ADVERTISING
- See Also:
- Constant Field Values
-
BLUETOOTH_STOP_ADVERTISING
public static final String BLUETOOTH_STOP_ADVERTISING
- See Also:
- Constant Field Values
-
BLUETOOTH_CONNECT
public static final String BLUETOOTH_CONNECT
- See Also:
- Constant Field Values
-
BLUETOOTH_DISCONNECT
public static final String BLUETOOTH_DISCONNECT
- See Also:
- Constant Field Values
-
BLUETOOTH_SEND_PAIR_REQUEST
public static final String BLUETOOTH_SEND_PAIR_REQUEST
- See Also:
- Constant Field Values
-
BLUETOOTH_SEND_PAIR_RESPONSE
public static final String BLUETOOTH_SEND_PAIR_RESPONSE
- See Also:
- Constant Field Values
-
BLUETOOTH_SEND_PASSKEY_RESPONSE
public static final String BLUETOOTH_SEND_PASSKEY_RESPONSE
- See Also:
- Constant Field Values
-
BLUETOOTH_DISCOVER_SERVICES
public static final String BLUETOOTH_DISCOVER_SERVICES
- See Also:
- Constant Field Values
-
BLUETOOTH_ADD_SERVICE
public static final String BLUETOOTH_ADD_SERVICE
- See Also:
- Constant Field Values
-
BLUETOOTH_SEND_READ_REQUEST
public static final String BLUETOOTH_SEND_READ_REQUEST
- See Also:
- Constant Field Values
-
BLUETOOTH_SEND_WRITE_REQUEST
public static final String BLUETOOTH_SEND_WRITE_REQUEST
- See Also:
- Constant Field Values
-
BLUETOOTH_SEND_READ_RESPONSE
public static final String BLUETOOTH_SEND_READ_RESPONSE
- See Also:
- Constant Field Values
-
BLUETOOTH_SEND_WRITE_RESPONSE
public static final String BLUETOOTH_SEND_WRITE_RESPONSE
- See Also:
- Constant Field Values
-
BLUETOOTH_SEND_PREPARE_WRITE_RESPONSE
public static final String BLUETOOTH_SEND_PREPARE_WRITE_RESPONSE
- See Also:
- Constant Field Values
-
BLUETOOTH_SEND_EXECUTE_WRITE_RESPONSE
public static final String BLUETOOTH_SEND_EXECUTE_WRITE_RESPONSE
- See Also:
- Constant Field Values
-
BLUETOOTH_SEND_NOTIFICATION
public static final String BLUETOOTH_SEND_NOTIFICATION
- See Also:
- Constant Field Values
-
OK
public static final int OK
- See Also:
- Constant Field Values
-
ERROR
public static final int ERROR
- See Also:
- Constant Field Values
-
-