Table of Contents

Class BluetoothHealth

Namespace
Android.Bluetooth
Assembly
MASES.Netdroid.dll
[Obsolete("Deprecated in JVM")]
public class BluetoothHealth : BluetoothProfile, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IBluetoothProfile
Inheritance
BluetoothHealth
Implements
Inherited Members
Extension Methods

Constructors

BluetoothHealth(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 BluetoothHealth(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

APP_CONFIG_REGISTRATION_FAILURE

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

Property Value

int

APP_CONFIG_REGISTRATION_SUCCESS

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

Property Value

int

APP_CONFIG_UNREGISTRATION_FAILURE

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

Property Value

int

APP_CONFIG_UNREGISTRATION_SUCCESS

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

Property Value

int

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

CHANNEL_TYPE_RELIABLE

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

Property Value

int

CHANNEL_TYPE_STREAMING

[Obsolete("Deprecated in JVM")]
public static int CHANNEL_TYPE_STREAMING { 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

SINK_ROLE

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

Property Value

int

SOURCE_ROLE

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

Property Value

int

STATE_CHANNEL_CONNECTED

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

Property Value

int

STATE_CHANNEL_CONNECTING

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

Property Value

int

STATE_CHANNEL_DISCONNECTED

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

Property Value

int

STATE_CHANNEL_DISCONNECTING

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

Property Value

int

Methods

ConnectChannelToSource(BluetoothDevice, BluetoothHealthAppConfiguration)

[Obsolete("Deprecated in JVM")]
public bool ConnectChannelToSource(BluetoothDevice arg0, BluetoothHealthAppConfiguration arg1)

Parameters

arg0 BluetoothDevice

BluetoothDevice

arg1 BluetoothHealthAppConfiguration

BluetoothHealthAppConfiguration

Returns

bool

bool

DisconnectChannel(BluetoothDevice, BluetoothHealthAppConfiguration, int)

[Obsolete("Deprecated in JVM")]
public bool DisconnectChannel(BluetoothDevice arg0, BluetoothHealthAppConfiguration arg1, int arg2)

Parameters

arg0 BluetoothDevice

BluetoothDevice

arg1 BluetoothHealthAppConfiguration

BluetoothHealthAppConfiguration

arg2 int

int

Returns

bool

bool

GetConnectedDevices()

[Obsolete("Deprecated in JVM")]
public List<BluetoothDevice> GetConnectedDevices()

Returns

List<BluetoothDevice>

List

GetConnectionState(BluetoothDevice)

[Obsolete("Deprecated in JVM")]
public int GetConnectionState(BluetoothDevice arg0)

Parameters

arg0 BluetoothDevice

BluetoothDevice

Returns

int

int

GetDevicesMatchingConnectionStates(int[])

[Obsolete("Deprecated in JVM")]
public List<BluetoothDevice> GetDevicesMatchingConnectionStates(int[] arg0)

Parameters

arg0 int[]

int

Returns

List<BluetoothDevice>

List

GetMainChannelFd(BluetoothDevice, BluetoothHealthAppConfiguration)

[Obsolete("Deprecated in JVM")]
public ParcelFileDescriptor GetMainChannelFd(BluetoothDevice arg0, BluetoothHealthAppConfiguration arg1)

Parameters

arg0 BluetoothDevice

BluetoothDevice

arg1 BluetoothHealthAppConfiguration

BluetoothHealthAppConfiguration

Returns

ParcelFileDescriptor

ParcelFileDescriptor

RegisterSinkAppConfiguration(String, int, BluetoothHealthCallback)

[Obsolete("Deprecated in JVM")]
public bool RegisterSinkAppConfiguration(String arg0, int arg1, BluetoothHealthCallback arg2)

Parameters

arg0 String

String

arg1 int

int

arg2 BluetoothHealthCallback

BluetoothHealthCallback

Returns

bool

bool

UnregisterAppConfiguration(BluetoothHealthAppConfiguration)

[Obsolete("Deprecated in JVM")]
public bool UnregisterAppConfiguration(BluetoothHealthAppConfiguration arg0)

Parameters

arg0 BluetoothHealthAppConfiguration

BluetoothHealthAppConfiguration

Returns

bool

bool