Google is committed to advancing racial equity for Black communities. See how.
Added in API level 5

Service

class Service
kotlin.Any
   ↳ android.bluetooth.BluetoothClass.Service

Defines all service class constants.

Each BluetoothClass encodes zero or more service classes.

Summary

Constants

static Int

static Int

static Int

static Int

static Int

static Int

static Int

static Int

static Int

Public constructors

Constants

AUDIO

Added in API level 5
static val AUDIO: Int
Value: 2097152

CAPTURE

Added in API level 5
static val CAPTURE: Int
Value: 524288

INFORMATION

Added in API level 5
static val INFORMATION: Int
Value: 8388608

LIMITED_DISCOVERABILITY

Added in API level 5
static val LIMITED_DISCOVERABILITY: Int
Value: 8192

NETWORKING

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

OBJECT_TRANSFER

Added in API level 5
static val OBJECT_TRANSFER: Int
Value: 1048576

POSITIONING

Added in API level 5
static val POSITIONING: Int
Value: 65536

RENDER

Added in API level 5
static val RENDER: Int
Value: 262144

TELEPHONY

Added in API level 5
static val TELEPHONY: Int
Value: 4194304

Public constructors

<init>

Service()