it.gerdavax.android.bluetooth
Class BluetoothDevice.BluetoothClasses

java.lang.Object
  extended by it.gerdavax.android.bluetooth.BluetoothDevice.BluetoothClasses
Enclosing interface:
BluetoothDevice

public static final class BluetoothDevice.BluetoothClasses
extends java.lang.Object


Field Summary
static int DEVICE_MAJOR_AV
           
static int DEVICE_MAJOR_COMPUTER
           
static int DEVICE_MAJOR_IMAGING
           
static int DEVICE_MAJOR_LAN
           
static int DEVICE_MAJOR_PERIPHERAL
           
static int DEVICE_MAJOR_PHONE
           
static int DEVICE_MAJOR_UNCLASSIFIED
           
static int DEVICE_MINOR_COMPUTER_DESKTOP
           
static int DEVICE_MINOR_COMPUTER_LAPTOP
           
static int DEVICE_MINOR_COMPUTER_MISC
           
static int DEVICE_MINOR_COMPUTER_PDA
           
static int DEVICE_MINOR_COMPUTER_SERVER
           
static int DEVICE_MINOR_COMPUTER_SUBLAPTOP
           
static int DEVICE_MINOR_COMPUTER_WATCH_SIZE
           
static int DEVICE_MINOR_PHONE_CELLULAR
           
static int DEVICE_MINOR_PHONE_CORDLESS
           
static int DEVICE_MINOR_PHONE_MISC
           
static int DEVICE_MINOR_PHONE_MODEM
           
static int DEVICE_MINOR_PHONE_SMARTPHONE
           
static int SERVICE_MAJOR_CLASS_AUDIO
           
static int SERVICE_MAJOR_CLASS_CAPTURE
           
static int SERVICE_MAJOR_CLASS_INFORMATION
           
static int SERVICE_MAJOR_CLASS_NETWORK
           
static int SERVICE_MAJOR_CLASS_OBEX
           
static int SERVICE_MAJOR_CLASS_POSITION
           
static int SERVICE_MAJOR_CLASS_RENDER
           
static int SERVICE_MAJOR_CLASS_TELEPHONY
           
 
Constructor Summary
BluetoothDevice.BluetoothClasses()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SERVICE_MAJOR_CLASS_INFORMATION

public static final int SERVICE_MAJOR_CLASS_INFORMATION
See Also:
Constant Field Values

SERVICE_MAJOR_CLASS_TELEPHONY

public static final int SERVICE_MAJOR_CLASS_TELEPHONY
See Also:
Constant Field Values

SERVICE_MAJOR_CLASS_AUDIO

public static final int SERVICE_MAJOR_CLASS_AUDIO
See Also:
Constant Field Values

SERVICE_MAJOR_CLASS_OBEX

public static final int SERVICE_MAJOR_CLASS_OBEX
See Also:
Constant Field Values

SERVICE_MAJOR_CLASS_CAPTURE

public static final int SERVICE_MAJOR_CLASS_CAPTURE
See Also:
Constant Field Values

SERVICE_MAJOR_CLASS_RENDER

public static final int SERVICE_MAJOR_CLASS_RENDER
See Also:
Constant Field Values

SERVICE_MAJOR_CLASS_NETWORK

public static final int SERVICE_MAJOR_CLASS_NETWORK
See Also:
Constant Field Values

SERVICE_MAJOR_CLASS_POSITION

public static final int SERVICE_MAJOR_CLASS_POSITION
See Also:
Constant Field Values

DEVICE_MAJOR_COMPUTER

public static final int DEVICE_MAJOR_COMPUTER
See Also:
Constant Field Values

DEVICE_MAJOR_PHONE

public static final int DEVICE_MAJOR_PHONE
See Also:
Constant Field Values

DEVICE_MAJOR_LAN

public static final int DEVICE_MAJOR_LAN
See Also:
Constant Field Values

DEVICE_MAJOR_AV

public static final int DEVICE_MAJOR_AV
See Also:
Constant Field Values

DEVICE_MAJOR_PERIPHERAL

public static final int DEVICE_MAJOR_PERIPHERAL
See Also:
Constant Field Values

DEVICE_MAJOR_IMAGING

public static final int DEVICE_MAJOR_IMAGING
See Also:
Constant Field Values

DEVICE_MAJOR_UNCLASSIFIED

public static final int DEVICE_MAJOR_UNCLASSIFIED
See Also:
Constant Field Values

DEVICE_MINOR_COMPUTER_MISC

public static final int DEVICE_MINOR_COMPUTER_MISC
See Also:
Constant Field Values

DEVICE_MINOR_COMPUTER_DESKTOP

public static final int DEVICE_MINOR_COMPUTER_DESKTOP
See Also:
Constant Field Values

DEVICE_MINOR_COMPUTER_SERVER

public static final int DEVICE_MINOR_COMPUTER_SERVER
See Also:
Constant Field Values

DEVICE_MINOR_COMPUTER_LAPTOP

public static final int DEVICE_MINOR_COMPUTER_LAPTOP
See Also:
Constant Field Values

DEVICE_MINOR_COMPUTER_SUBLAPTOP

public static final int DEVICE_MINOR_COMPUTER_SUBLAPTOP
See Also:
Constant Field Values

DEVICE_MINOR_COMPUTER_PDA

public static final int DEVICE_MINOR_COMPUTER_PDA
See Also:
Constant Field Values

DEVICE_MINOR_COMPUTER_WATCH_SIZE

public static final int DEVICE_MINOR_COMPUTER_WATCH_SIZE
See Also:
Constant Field Values

DEVICE_MINOR_PHONE_MISC

public static final int DEVICE_MINOR_PHONE_MISC
See Also:
Constant Field Values

DEVICE_MINOR_PHONE_CELLULAR

public static final int DEVICE_MINOR_PHONE_CELLULAR
See Also:
Constant Field Values

DEVICE_MINOR_PHONE_CORDLESS

public static final int DEVICE_MINOR_PHONE_CORDLESS
See Also:
Constant Field Values

DEVICE_MINOR_PHONE_SMARTPHONE

public static final int DEVICE_MINOR_PHONE_SMARTPHONE
See Also:
Constant Field Values

DEVICE_MINOR_PHONE_MODEM

public static final int DEVICE_MINOR_PHONE_MODEM
See Also:
Constant Field Values
Constructor Detail

BluetoothDevice.BluetoothClasses

public BluetoothDevice.BluetoothClasses()