public
static
class
BluetoothClass.Device
extends Object
| java.lang.Object | |
| ↳ | android.bluetooth.BluetoothClass.Device |
Defines all device class constants.
Each BluetoothClass encodes exactly one device class, with major and minor
components.
The constants in BluetoothClass.Device represent a combination of major and minor
device components (the complete device class). The constants in BluetoothClass.Device.Major represent only major device classes.
See BluetoothClass.Service for service class constants.
classBluetoothClass.Device.Major
Defines all major device class constants.
Public constructors | |
|---|---|
Device()
|
|
Inherited methods | |
|---|---|
public static final int AUDIO_VIDEO_CAMCORDER
Constant Value: 1076 (0x00000434)
public static final int AUDIO_VIDEO_CAR_AUDIO
Constant Value: 1056 (0x00000420)
public static final int AUDIO_VIDEO_HANDSFREE
Constant Value: 1032 (0x00000408)
public static final int AUDIO_VIDEO_HEADPHONES
Constant Value: 1048 (0x00000418)
public static final int AUDIO_VIDEO_HIFI_AUDIO
Constant Value: 1064 (0x00000428)
public static final int AUDIO_VIDEO_LOUDSPEAKER
Constant Value: 1044 (0x00000414)
public static final int AUDIO_VIDEO_MICROPHONE
Constant Value: 1040 (0x00000410)
public static final int AUDIO_VIDEO_PORTABLE_AUDIO
Constant Value: 1052 (0x0000041c)
public static final int AUDIO_VIDEO_SET_TOP_BOX
Constant Value: 1060 (0x00000424)
public static final int AUDIO_VIDEO_UNCATEGORIZED
Constant Value: 1024 (0x00000400)
public static final int AUDIO_VIDEO_VCR
Constant Value: 1068 (0x0000042c)
public static final int AUDIO_VIDEO_VIDEO_CAMERA
Constant Value: 1072 (0x00000430)
public static final int AUDIO_VIDEO_VIDEO_CONFERENCING
Constant Value: 1088 (0x00000440)
public static final int AUDIO_VIDEO_VIDEO_DISPLAY_AND_LOUDSPEAKER
Constant Value: 1084 (0x0000043c)
public static final int AUDIO_VIDEO_VIDEO_GAMING_TOY
Constant Value: 1096 (0x00000448)
public static final int AUDIO_VIDEO_VIDEO_MONITOR
Constant Value: 1080 (0x00000438)
public static final int AUDIO_VIDEO_WEARABLE_HEADSET
Constant Value: 1028 (0x00000404)
public static final int COMPUTER_DESKTOP
Constant Value: 260 (0x00000104)
public static final int COMPUTER_HANDHELD_PC_PDA
Constant Value: 272 (0x00000110)
public static final int COMPUTER_LAPTOP
Constant Value: 268 (0x0000010c)
public static final int COMPUTER_PALM_SIZE_PC_PDA
Constant Value: 276 (0x00000114)
public static final int COMPUTER_SERVER
Constant Value: 264 (0x00000108)
public static final int COMPUTER_UNCATEGORIZED
Constant Value: 256 (0x00000100)
public static final int COMPUTER_WEARABLE
Constant Value: 280 (0x00000118)
public static final int HEALTH_BLOOD_PRESSURE
Constant Value: 2308 (0x00000904)
public static final int HEALTH_DATA_DISPLAY
Constant Value: 2332 (0x0000091c)
public static final int HEALTH_GLUCOSE
Constant Value: 2320 (0x00000910)
public static final int HEALTH_PULSE_OXIMETER
Constant Value: 2324 (0x00000914)
public static final int HEALTH_PULSE_RATE
Constant Value: 2328 (0x00000918)
public static final int HEALTH_THERMOMETER
Constant Value: 2312 (0x00000908)
public static final int HEALTH_UNCATEGORIZED
Constant Value: 2304 (0x00000900)
public static final int HEALTH_WEIGHING
Constant Value: 2316 (0x0000090c)
public static final int PERIPHERAL_KEYBOARD
Constant Value: 1344 (0x00000540)
public static final int PERIPHERAL_KEYBOARD_POINTING
Constant Value: 1472 (0x000005c0)
public static final int PERIPHERAL_NON_KEYBOARD_NON_POINTING
Constant Value: 1280 (0x00000500)
public static final int PERIPHERAL_POINTING
Constant Value: 1408 (0x00000580)
public static final int PHONE_CELLULAR
Constant Value: 516 (0x00000204)
public static final int PHONE_CORDLESS
Constant Value: 520 (0x00000208)
public static final int PHONE_MODEM_OR_GATEWAY
Constant Value: 528 (0x00000210)
public static final int PHONE_SMART
Constant Value: 524 (0x0000020c)
public static final int PHONE_UNCATEGORIZED
Constant Value: 512 (0x00000200)
public static final int TOY_CONTROLLER
Constant Value: 2064 (0x00000810)
public static final int TOY_DOLL_ACTION_FIGURE
Constant Value: 2060 (0x0000080c)
public static final int TOY_UNCATEGORIZED
Constant Value: 2048 (0x00000800)
public static final int TOY_VEHICLE
Constant Value: 2056 (0x00000808)
public static final int WEARABLE_GLASSES
Constant Value: 1812 (0x00000714)
public static final int WEARABLE_HELMET
Constant Value: 1808 (0x00000710)
public static final int WEARABLE_JACKET
Constant Value: 1804 (0x0000070c)
public static final int WEARABLE_PAGER
Constant Value: 1800 (0x00000708)
public static final int WEARABLE_UNCATEGORIZED
Constant Value: 1792 (0x00000700)
public static final int WEARABLE_WRIST_WATCH
Constant Value: 1796 (0x00000704)
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.