Package ej.bluetooth
Class BluetoothDataTypes
- java.lang.Object
-
- ej.bluetooth.BluetoothDataTypes
-
public class BluetoothDataTypes extends Object
TheBluetoothDataTypesclass enumerates the values for advertising data types.Refer to "Core Specification Supplement Part A, 1 Data Types Definitions and Formats".
-
-
Field Summary
Fields Modifier and Type Field Description static byteADVERTISING_INTERVALAdvertising Interval.static byteAPPEARANCEAppearance.static byteCOMPLETE_LOCAL_NAMEComplete Local Name.static byteFLAGSFlags.static byteLE_SUPPORTED_FEATURESLE Supported Features.static byteMANUFACTURER_SPECIFIC_DATAManufacturer Specific Data.static bytePUBLIC_TARGET_ADDRESSPublic Target Address.static byteRANDOM_TARGET_ADDRESSRandom Target Address.static byteSERVICE_DATA_UUID128Service Data - 128 bit UUID.static byteSERVICE_DATA_UUID16Service Data - 16 bit UUID.static byteSERVICE_DATA_UUID32Service Data - 32 bit UUID.static byteSERVICE_SOLICITATION_UUID128_LISTList of 128 bit Service Solicitation UUIDs.static byteSERVICE_SOLICITATION_UUID16_LISTList of 16 bit Service Solicitation UUIDs.static byteSERVICE_SOLICITATION_UUID32_LISTList of 32 bit Service Solicitation UUIDs.static byteSERVICE_UUID128_COMPLETE_LISTComplete List of 128-bit Service UUIDs.static byteSERVICE_UUID128_INCOMPLETE_LISTIncomplete List of 128-bit Service UUIDs.static byteSERVICE_UUID16_COMPLETE_LISTComplete List of 16-bit Service UUIDs.static byteSERVICE_UUID16_INCOMPLETE_LISTIncomplete List of 16-bit Service UUIDs.static byteSERVICE_UUID32_COMPLETE_LISTComplete List of 32-bit Service UUIDs.static byteSERVICE_UUID32_INCOMPLETE_LISTIncomplete List of 32-bit Service UUIDs.static byteSHORTENED_LOCAL_NAMEShortened Local Name.static byteSLAVE_CONNECTION_INTERVAL_RANGESlave Connection Interval Range.static byteTX_POWER_LEVELTX Power Level.static byteURIURI.
-
Constructor Summary
Constructors Constructor Description BluetoothDataTypes()
-
-
-
Field Detail
-
FLAGS
public static final byte FLAGS
Flags.- See Also:
- Constant Field Values
-
SERVICE_UUID16_INCOMPLETE_LIST
public static final byte SERVICE_UUID16_INCOMPLETE_LIST
Incomplete List of 16-bit Service UUIDs.- See Also:
- Constant Field Values
-
SERVICE_UUID16_COMPLETE_LIST
public static final byte SERVICE_UUID16_COMPLETE_LIST
Complete List of 16-bit Service UUIDs.- See Also:
- Constant Field Values
-
SERVICE_UUID32_INCOMPLETE_LIST
public static final byte SERVICE_UUID32_INCOMPLETE_LIST
Incomplete List of 32-bit Service UUIDs.- See Also:
- Constant Field Values
-
SERVICE_UUID32_COMPLETE_LIST
public static final byte SERVICE_UUID32_COMPLETE_LIST
Complete List of 32-bit Service UUIDs.- See Also:
- Constant Field Values
-
SERVICE_UUID128_INCOMPLETE_LIST
public static final byte SERVICE_UUID128_INCOMPLETE_LIST
Incomplete List of 128-bit Service UUIDs.- See Also:
- Constant Field Values
-
SERVICE_UUID128_COMPLETE_LIST
public static final byte SERVICE_UUID128_COMPLETE_LIST
Complete List of 128-bit Service UUIDs.- See Also:
- Constant Field Values
-
SHORTENED_LOCAL_NAME
public static final byte SHORTENED_LOCAL_NAME
Shortened Local Name.- See Also:
- Constant Field Values
-
COMPLETE_LOCAL_NAME
public static final byte COMPLETE_LOCAL_NAME
Complete Local Name.- See Also:
- Constant Field Values
-
TX_POWER_LEVEL
public static final byte TX_POWER_LEVEL
TX Power Level.- See Also:
- Constant Field Values
-
SLAVE_CONNECTION_INTERVAL_RANGE
public static final byte SLAVE_CONNECTION_INTERVAL_RANGE
Slave Connection Interval Range.- See Also:
- Constant Field Values
-
SERVICE_SOLICITATION_UUID16_LIST
public static final byte SERVICE_SOLICITATION_UUID16_LIST
List of 16 bit Service Solicitation UUIDs.- See Also:
- Constant Field Values
-
SERVICE_SOLICITATION_UUID32_LIST
public static final byte SERVICE_SOLICITATION_UUID32_LIST
List of 32 bit Service Solicitation UUIDs.- See Also:
- Constant Field Values
-
SERVICE_SOLICITATION_UUID128_LIST
public static final byte SERVICE_SOLICITATION_UUID128_LIST
List of 128 bit Service Solicitation UUIDs.- See Also:
- Constant Field Values
-
SERVICE_DATA_UUID16
public static final byte SERVICE_DATA_UUID16
Service Data - 16 bit UUID.- See Also:
- Constant Field Values
-
SERVICE_DATA_UUID32
public static final byte SERVICE_DATA_UUID32
Service Data - 32 bit UUID.- See Also:
- Constant Field Values
-
SERVICE_DATA_UUID128
public static final byte SERVICE_DATA_UUID128
Service Data - 128 bit UUID.- See Also:
- Constant Field Values
-
PUBLIC_TARGET_ADDRESS
public static final byte PUBLIC_TARGET_ADDRESS
Public Target Address.- See Also:
- Constant Field Values
-
RANDOM_TARGET_ADDRESS
public static final byte RANDOM_TARGET_ADDRESS
Random Target Address.- See Also:
- Constant Field Values
-
APPEARANCE
public static final byte APPEARANCE
Appearance.- See Also:
- Constant Field Values
-
ADVERTISING_INTERVAL
public static final byte ADVERTISING_INTERVAL
Advertising Interval.- See Also:
- Constant Field Values
-
URI
public static final byte URI
URI.- See Also:
- Constant Field Values
-
LE_SUPPORTED_FEATURES
public static final byte LE_SUPPORTED_FEATURES
LE Supported Features.- See Also:
- Constant Field Values
-
MANUFACTURER_SPECIFIC_DATA
public static final byte MANUFACTURER_SPECIFIC_DATA
Manufacturer Specific Data.- See Also:
- Constant Field Values
-
-