Table of Contents

Class BluetoothProfile

Namespace
Android.Bluetooth
Assembly
MASES.Netdroid.dll
public class BluetoothProfile : JVMBridgeBase<BluetoothProfile>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IBluetoothProfile
Inheritance
BluetoothProfile
Implements
Derived
Extension Methods

Constructors

BluetoothProfile(IJVMBridgeBaseInitializer)

Initializer used internally by JCOBridge. Do not use directly.

[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public BluetoothProfile(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

A2DP

public static int A2DP { get; set; }

Property Value

int

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

CSIP_SET_COORDINATOR

public static int CSIP_SET_COORDINATOR { get; set; }

Property Value

int

EXTRA_PREVIOUS_STATE

public static String EXTRA_PREVIOUS_STATE { get; set; }

Property Value

String

EXTRA_STATE

public static String EXTRA_STATE { get; set; }

Property Value

String

GATT

public static int GATT { get; set; }

Property Value

int

GATT_SERVER

public static int GATT_SERVER { get; set; }

Property Value

int

HAP_CLIENT

public static int HAP_CLIENT { get; set; }

Property Value

int

HEADSET

public static int HEADSET { get; set; }

Property Value

int

HEALTH

[Obsolete("Deprecated in JVM")]
public static int HEALTH { get; set; }

Property Value

int

HEARING_AID

public static int HEARING_AID { get; set; }

Property Value

int

HID_DEVICE

public static int HID_DEVICE { get; set; }

Property Value

int

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements java.lang.AutoCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

LE_AUDIO

public static int LE_AUDIO { get; set; }

Property Value

int

SAP

public static int SAP { get; set; }

Property Value

int

STATE_CONNECTED

public static int STATE_CONNECTED { get; set; }

Property Value

int

STATE_CONNECTING

public static int STATE_CONNECTING { get; set; }

Property Value

int

STATE_DISCONNECTED

public static int STATE_DISCONNECTED { get; set; }

Property Value

int

STATE_DISCONNECTING

public static int STATE_DISCONNECTING { get; set; }

Property Value

int

Methods

GetConnectedDevices()

public List<BluetoothDevice> GetConnectedDevices()

Returns

List<BluetoothDevice>

List

GetConnectionState(BluetoothDevice)

public int GetConnectionState(BluetoothDevice arg0)

Parameters

arg0 BluetoothDevice

BluetoothDevice

Returns

int

int

GetDevicesMatchingConnectionStates(int[])

public List<BluetoothDevice> GetDevicesMatchingConnectionStates(int[] arg0)

Parameters

arg0 int[]

int

Returns

List<BluetoothDevice>

List