public class Commands extends Object
Modifier and Type | Field and Description |
---|---|
static String |
BLUETOOTH_ADD_SERVICE |
static String |
BLUETOOTH_CONNECT |
static String |
BLUETOOTH_DISABLE |
static String |
BLUETOOTH_DISCONNECT |
static String |
BLUETOOTH_DISCOVER_SERVICES |
static String |
BLUETOOTH_ENABLE |
static String |
BLUETOOTH_EVENT_AVAILABLE |
static String |
BLUETOOTH_POLL_EVENT |
static String |
BLUETOOTH_SEND_EXECUTE_WRITE_RESPONSE |
static String |
BLUETOOTH_SEND_NOTIFICATION |
static String |
BLUETOOTH_SEND_PAIR_REQUEST |
static String |
BLUETOOTH_SEND_PAIR_RESPONSE |
static String |
BLUETOOTH_SEND_PASSKEY_RESPONSE |
static String |
BLUETOOTH_SEND_PREPARE_WRITE_RESPONSE |
static String |
BLUETOOTH_SEND_READ_REQUEST |
static String |
BLUETOOTH_SEND_READ_RESPONSE |
static String |
BLUETOOTH_SEND_WRITE_REQUEST |
static String |
BLUETOOTH_SEND_WRITE_RESPONSE |
static String |
BLUETOOTH_START_ADVERTISING |
static String |
BLUETOOTH_START_SCANNING |
static String |
BLUETOOTH_STOP_ADVERTISING |
static String |
BLUETOOTH_STOP_SCANNING |
static int |
ERROR |
static int |
OK |
public static final String BLUETOOTH_ADD_SERVICE
public static final String BLUETOOTH_CONNECT
public static final String BLUETOOTH_DISABLE
public static final String BLUETOOTH_DISCONNECT
public static final String BLUETOOTH_DISCOVER_SERVICES
public static final String BLUETOOTH_ENABLE
public static final String BLUETOOTH_EVENT_AVAILABLE
public static final String BLUETOOTH_POLL_EVENT
public static final String BLUETOOTH_SEND_EXECUTE_WRITE_RESPONSE
public static final String BLUETOOTH_SEND_NOTIFICATION
public static final String BLUETOOTH_SEND_PAIR_REQUEST
public static final String BLUETOOTH_SEND_PAIR_RESPONSE
public static final String BLUETOOTH_SEND_PASSKEY_RESPONSE
public static final String BLUETOOTH_SEND_PREPARE_WRITE_RESPONSE
public static final String BLUETOOTH_SEND_READ_REQUEST
public static final String BLUETOOTH_SEND_READ_RESPONSE
public static final String BLUETOOTH_SEND_WRITE_REQUEST
public static final String BLUETOOTH_SEND_WRITE_RESPONSE
public static final String BLUETOOTH_START_ADVERTISING
public static final String BLUETOOTH_START_SCANNING
public static final String BLUETOOTH_STOP_ADVERTISING
public static final String BLUETOOTH_STOP_SCANNING
public static final int ERROR
public static final int OK