Added in API level 5

Major

open class Major
kotlin.Any
   ↳ android.bluetooth.BluetoothClass.Device.Major

Defines all major device class constants.

See BluetoothClass.Device for minor classes.

Summary

Constants
static Int

static Int

static Int

static Int

static Int

static Int

static Int

static Int

static Int

static Int

static Int

Public constructors

Constants

AUDIO_VIDEO

Added in API level 5
static val AUDIO_VIDEO: Int
Value: 1024

COMPUTER

Added in API level 5
static val COMPUTER: Int
Value: 256

HEALTH

Added in API level 5
static val HEALTH: Int
Value: 2304

IMAGING

Added in API level 5
static val IMAGING: Int
Value: 1536

MISC

Added in API level 5
static val MISC: Int
Value: 0

NETWORKING

Added in API level 5
static val NETWORKING: Int
Value: 768

PERIPHERAL

Added in API level 5
static val PERIPHERAL: Int
Value: 1280

PHONE

Added in API level 5
static val PHONE: Int
Value: 512

TOY

Added in API level 5
static val TOY: Int
Value: 2048

UNCATEGORIZED

Added in API level 5
static val UNCATEGORIZED: Int
Value: 7936

WEARABLE

Added in API level 5
static val WEARABLE: Int
Value: 1792

Public constructors

Major

Added in API level 5
Major()