android.bluetooth
Class BluetoothClass.Device

java.lang.Object
  extended by android.bluetooth.BluetoothClass.Device
Enclosing class:
BluetoothClass

public static class BluetoothClass.Device
extends Object


Nested Class Summary
static class BluetoothClass.Device.Major
           
 
Field Summary
static int AUDIO_VIDEO_CAMCORDER
           
static int AUDIO_VIDEO_CAR_AUDIO
           
static int AUDIO_VIDEO_HANDSFREE
           
static int AUDIO_VIDEO_HEADPHONES
           
static int AUDIO_VIDEO_HIFI_AUDIO
           
static int AUDIO_VIDEO_LOUDSPEAKER
           
static int AUDIO_VIDEO_MICROPHONE
           
static int AUDIO_VIDEO_PORTABLE_AUDIO
           
static int AUDIO_VIDEO_SET_TOP_BOX
           
static int AUDIO_VIDEO_UNCATEGORIZED
           
static int AUDIO_VIDEO_VCR
           
static int AUDIO_VIDEO_VIDEO_CAMERA
           
static int AUDIO_VIDEO_VIDEO_CONFERENCING
           
static int AUDIO_VIDEO_VIDEO_DISPLAY_AND_LOUDSPEAKER
           
static int AUDIO_VIDEO_VIDEO_GAMING_TOY
           
static int AUDIO_VIDEO_VIDEO_MONITOR
           
static int AUDIO_VIDEO_WEARABLE_HEADSET
           
static int COMPUTER_DESKTOP
           
static int COMPUTER_HANDHELD_PC_PDA
           
static int COMPUTER_LAPTOP
           
static int COMPUTER_PALM_SIZE_PC_PDA
           
static int COMPUTER_SERVER
           
static int COMPUTER_UNCATEGORIZED
           
static int COMPUTER_WEARABLE
           
static int HEALTH_BLOOD_PRESSURE
           
static int HEALTH_DATA_DISPLAY
           
static int HEALTH_GLUCOSE
           
static int HEALTH_PULSE_OXIMETER
           
static int HEALTH_PULSE_RATE
           
static int HEALTH_THERMOMETER
           
static int HEALTH_UNCATEGORIZED
           
static int HEALTH_WEIGHING
           
static int PHONE_CELLULAR
           
static int PHONE_CORDLESS
           
static int PHONE_ISDN
           
static int PHONE_MODEM_OR_GATEWAY
           
static int PHONE_SMART
           
static int PHONE_UNCATEGORIZED
           
static int TOY_CONTROLLER
           
static int TOY_DOLL_ACTION_FIGURE
           
static int TOY_GAME
           
static int TOY_ROBOT
           
static int TOY_UNCATEGORIZED
           
static int TOY_VEHICLE
           
static int WEARABLE_GLASSES
           
static int WEARABLE_HELMET
           
static int WEARABLE_JACKET
           
static int WEARABLE_PAGER
           
static int WEARABLE_UNCATEGORIZED
           
static int WEARABLE_WRIST_WATCH
           
 
Constructor Summary
BluetoothClass.Device()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COMPUTER_UNCATEGORIZED

public static final int COMPUTER_UNCATEGORIZED
See Also:
Constant Field Values

COMPUTER_DESKTOP

public static final int COMPUTER_DESKTOP
See Also:
Constant Field Values

COMPUTER_SERVER

public static final int COMPUTER_SERVER
See Also:
Constant Field Values

COMPUTER_LAPTOP

public static final int COMPUTER_LAPTOP
See Also:
Constant Field Values

COMPUTER_HANDHELD_PC_PDA

public static final int COMPUTER_HANDHELD_PC_PDA
See Also:
Constant Field Values

COMPUTER_PALM_SIZE_PC_PDA

public static final int COMPUTER_PALM_SIZE_PC_PDA
See Also:
Constant Field Values

COMPUTER_WEARABLE

public static final int COMPUTER_WEARABLE
See Also:
Constant Field Values

PHONE_UNCATEGORIZED

public static final int PHONE_UNCATEGORIZED
See Also:
Constant Field Values

PHONE_CELLULAR

public static final int PHONE_CELLULAR
See Also:
Constant Field Values

PHONE_CORDLESS

public static final int PHONE_CORDLESS
See Also:
Constant Field Values

PHONE_SMART

public static final int PHONE_SMART
See Also:
Constant Field Values

PHONE_MODEM_OR_GATEWAY

public static final int PHONE_MODEM_OR_GATEWAY
See Also:
Constant Field Values

PHONE_ISDN

public static final int PHONE_ISDN
See Also:
Constant Field Values

AUDIO_VIDEO_UNCATEGORIZED

public static final int AUDIO_VIDEO_UNCATEGORIZED
See Also:
Constant Field Values

AUDIO_VIDEO_WEARABLE_HEADSET

public static final int AUDIO_VIDEO_WEARABLE_HEADSET
See Also:
Constant Field Values

AUDIO_VIDEO_HANDSFREE

public static final int AUDIO_VIDEO_HANDSFREE
See Also:
Constant Field Values

AUDIO_VIDEO_MICROPHONE

public static final int AUDIO_VIDEO_MICROPHONE
See Also:
Constant Field Values

AUDIO_VIDEO_LOUDSPEAKER

public static final int AUDIO_VIDEO_LOUDSPEAKER
See Also:
Constant Field Values

AUDIO_VIDEO_HEADPHONES

public static final int AUDIO_VIDEO_HEADPHONES
See Also:
Constant Field Values

AUDIO_VIDEO_PORTABLE_AUDIO

public static final int AUDIO_VIDEO_PORTABLE_AUDIO
See Also:
Constant Field Values

AUDIO_VIDEO_CAR_AUDIO

public static final int AUDIO_VIDEO_CAR_AUDIO
See Also:
Constant Field Values

AUDIO_VIDEO_SET_TOP_BOX

public static final int AUDIO_VIDEO_SET_TOP_BOX
See Also:
Constant Field Values

AUDIO_VIDEO_HIFI_AUDIO

public static final int AUDIO_VIDEO_HIFI_AUDIO
See Also:
Constant Field Values

AUDIO_VIDEO_VCR

public static final int AUDIO_VIDEO_VCR
See Also:
Constant Field Values

AUDIO_VIDEO_VIDEO_CAMERA

public static final int AUDIO_VIDEO_VIDEO_CAMERA
See Also:
Constant Field Values

AUDIO_VIDEO_CAMCORDER

public static final int AUDIO_VIDEO_CAMCORDER
See Also:
Constant Field Values

AUDIO_VIDEO_VIDEO_MONITOR

public static final int AUDIO_VIDEO_VIDEO_MONITOR
See Also:
Constant Field Values

AUDIO_VIDEO_VIDEO_DISPLAY_AND_LOUDSPEAKER

public static final int AUDIO_VIDEO_VIDEO_DISPLAY_AND_LOUDSPEAKER
See Also:
Constant Field Values

AUDIO_VIDEO_VIDEO_CONFERENCING

public static final int AUDIO_VIDEO_VIDEO_CONFERENCING
See Also:
Constant Field Values

AUDIO_VIDEO_VIDEO_GAMING_TOY

public static final int AUDIO_VIDEO_VIDEO_GAMING_TOY
See Also:
Constant Field Values

WEARABLE_UNCATEGORIZED

public static final int WEARABLE_UNCATEGORIZED
See Also:
Constant Field Values

WEARABLE_WRIST_WATCH

public static final int WEARABLE_WRIST_WATCH
See Also:
Constant Field Values

WEARABLE_PAGER

public static final int WEARABLE_PAGER
See Also:
Constant Field Values

WEARABLE_JACKET

public static final int WEARABLE_JACKET
See Also:
Constant Field Values

WEARABLE_HELMET

public static final int WEARABLE_HELMET
See Also:
Constant Field Values

WEARABLE_GLASSES

public static final int WEARABLE_GLASSES
See Also:
Constant Field Values

TOY_UNCATEGORIZED

public static final int TOY_UNCATEGORIZED
See Also:
Constant Field Values

TOY_ROBOT

public static final int TOY_ROBOT
See Also:
Constant Field Values

TOY_VEHICLE

public static final int TOY_VEHICLE
See Also:
Constant Field Values

TOY_DOLL_ACTION_FIGURE

public static final int TOY_DOLL_ACTION_FIGURE
See Also:
Constant Field Values

TOY_CONTROLLER

public static final int TOY_CONTROLLER
See Also:
Constant Field Values

TOY_GAME

public static final int TOY_GAME
See Also:
Constant Field Values

HEALTH_UNCATEGORIZED

public static final int HEALTH_UNCATEGORIZED
See Also:
Constant Field Values

HEALTH_BLOOD_PRESSURE

public static final int HEALTH_BLOOD_PRESSURE
See Also:
Constant Field Values

HEALTH_THERMOMETER

public static final int HEALTH_THERMOMETER
See Also:
Constant Field Values

HEALTH_WEIGHING

public static final int HEALTH_WEIGHING
See Also:
Constant Field Values

HEALTH_GLUCOSE

public static final int HEALTH_GLUCOSE
See Also:
Constant Field Values

HEALTH_PULSE_OXIMETER

public static final int HEALTH_PULSE_OXIMETER
See Also:
Constant Field Values

HEALTH_PULSE_RATE

public static final int HEALTH_PULSE_RATE
See Also:
Constant Field Values

HEALTH_DATA_DISPLAY

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

BluetoothClass.Device

public BluetoothClass.Device()


Copyright © 2008-2012. All Rights Reserved.