Package ej.bluetooth
Class BluetoothDataTypes
- java.lang.Object
-
- ej.bluetooth.BluetoothDataTypes
-
public class BluetoothDataTypes extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static byteADVERTISING_INTERVALstatic byteAPPEARANCEstatic byteCOMPLETE_LOCAL_NAMEstatic byteFLAGSstatic byteLE_SUPPORTED_FEATURESstatic byteMANUFACTURER_SPECIFIC_DATAstatic bytePUBLIC_TARGET_ADDRESSstatic byteRANDOM_TARGET_ADDRESSstatic byteSERVICE_DATA_UUID128static byteSERVICE_DATA_UUID16static byteSERVICE_DATA_UUID32static byteSERVICE_SOLICITATION_UUID128_LISTstatic byteSERVICE_SOLICITATION_UUID16_LISTstatic byteSERVICE_SOLICITATION_UUID32_LISTstatic byteSERVICE_UUID128_COMPLETE_LISTstatic byteSERVICE_UUID128_INCOMPLETE_LISTstatic byteSERVICE_UUID16_COMPLETE_LISTstatic byteSERVICE_UUID16_INCOMPLETE_LISTstatic byteSERVICE_UUID32_COMPLETE_LISTstatic byteSERVICE_UUID32_INCOMPLETE_LISTstatic byteSHORTENED_LOCAL_NAMEstatic byteSLAVE_CONNECTION_INTERVAL_RANGEstatic byteTX_POWER_LEVELstatic byteURI
-
-
-
Field Detail
-
FLAGS
public static final byte FLAGS
- See Also:
- Constant Field Values
-
SERVICE_UUID16_INCOMPLETE_LIST
public static final byte SERVICE_UUID16_INCOMPLETE_LIST
- See Also:
- Constant Field Values
-
SERVICE_UUID16_COMPLETE_LIST
public static final byte SERVICE_UUID16_COMPLETE_LIST
- See Also:
- Constant Field Values
-
SERVICE_UUID32_INCOMPLETE_LIST
public static final byte SERVICE_UUID32_INCOMPLETE_LIST
- See Also:
- Constant Field Values
-
SERVICE_UUID32_COMPLETE_LIST
public static final byte SERVICE_UUID32_COMPLETE_LIST
- See Also:
- Constant Field Values
-
SERVICE_UUID128_INCOMPLETE_LIST
public static final byte SERVICE_UUID128_INCOMPLETE_LIST
- See Also:
- Constant Field Values
-
SERVICE_UUID128_COMPLETE_LIST
public static final byte SERVICE_UUID128_COMPLETE_LIST
- See Also:
- Constant Field Values
-
SHORTENED_LOCAL_NAME
public static final byte SHORTENED_LOCAL_NAME
- See Also:
- Constant Field Values
-
COMPLETE_LOCAL_NAME
public static final byte COMPLETE_LOCAL_NAME
- See Also:
- Constant Field Values
-
TX_POWER_LEVEL
public static final byte TX_POWER_LEVEL
- See Also:
- Constant Field Values
-
SLAVE_CONNECTION_INTERVAL_RANGE
public static final byte SLAVE_CONNECTION_INTERVAL_RANGE
- See Also:
- Constant Field Values
-
SERVICE_SOLICITATION_UUID16_LIST
public static final byte SERVICE_SOLICITATION_UUID16_LIST
- See Also:
- Constant Field Values
-
SERVICE_SOLICITATION_UUID128_LIST
public static final byte SERVICE_SOLICITATION_UUID128_LIST
- See Also:
- Constant Field Values
-
SERVICE_DATA_UUID16
public static final byte SERVICE_DATA_UUID16
- See Also:
- Constant Field Values
-
PUBLIC_TARGET_ADDRESS
public static final byte PUBLIC_TARGET_ADDRESS
- See Also:
- Constant Field Values
-
RANDOM_TARGET_ADDRESS
public static final byte RANDOM_TARGET_ADDRESS
- See Also:
- Constant Field Values
-
APPEARANCE
public static final byte APPEARANCE
- See Also:
- Constant Field Values
-
ADVERTISING_INTERVAL
public static final byte ADVERTISING_INTERVAL
- See Also:
- Constant Field Values
-
SERVICE_SOLICITATION_UUID32_LIST
public static final byte SERVICE_SOLICITATION_UUID32_LIST
- See Also:
- Constant Field Values
-
SERVICE_DATA_UUID32
public static final byte SERVICE_DATA_UUID32
- See Also:
- Constant Field Values
-
SERVICE_DATA_UUID128
public static final byte SERVICE_DATA_UUID128
- See Also:
- Constant Field Values
-
URI
public static final byte URI
- See Also:
- Constant Field Values
-
LE_SUPPORTED_FEATURES
public static final byte LE_SUPPORTED_FEATURES
- See Also:
- Constant Field Values
-
MANUFACTURER_SPECIFIC_DATA
public static final byte MANUFACTURER_SPECIFIC_DATA
- See Also:
- Constant Field Values
-
-