Table of Contents

Class BluetoothHealth

Namespace
Android.Bluetooth
Assembly
MASES.Netdroid.dll
[Obsolete]
public class BluetoothHealth : BluetoothProfile, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, IBluetoothProfile
Inheritance
JVMBridgeBase
JVMBridgeBase<BluetoothProfile>
BluetoothHealth
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<BluetoothProfile>.IsAssignableFrom(IJavaType)
JVMBridgeBase<BluetoothProfile>.IsAssignableFrom<T>()
JVMBridgeBase<BluetoothProfile>.Execute<T>(params T[])
JVMBridgeBase<BluetoothProfile>.DynBridgeClazz
JVMBridgeBase<BluetoothProfile>.BridgeClazz
JVMBridgeBase.RuntimeClassNameOf<T>()
JVMBridgeBase.ClassNameOf<T>()
JVMBridgeBase.ClassOf<T>()
JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)
JVMBridgeBase.MonitorEnter()
JVMBridgeBase.MonitorExit()
JVMBridgeBase.IsInstanceOf(IJavaType)
JVMBridgeBase.IsInstanceOf<T>()
JVMBridgeBase.RuntimeIsInstanceOf<T>()
JVMBridgeBase.CastTo<TNewClass>()
JVMBridgeBase.CastDirect<TNewClass>()
JVMBridgeBase.Dispose()
JVMBridgeBase.ToString()
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener
Extension Methods

Constructors

BluetoothHealth()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

public BluetoothHealth()

BluetoothHealth(params object[])

Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class

public BluetoothHealth(params object[] args)

Parameters

args object[]

Properties

APP_CONFIG_REGISTRATION_FAILURE

[Obsolete]
public static int APP_CONFIG_REGISTRATION_FAILURE { get; }

Property Value

int

APP_CONFIG_REGISTRATION_SUCCESS

[Obsolete]
public static int APP_CONFIG_REGISTRATION_SUCCESS { get; }

Property Value

int

APP_CONFIG_UNREGISTRATION_FAILURE

[Obsolete]
public static int APP_CONFIG_UNREGISTRATION_FAILURE { get; }

Property Value

int

APP_CONFIG_UNREGISTRATION_SUCCESS

[Obsolete]
public static int APP_CONFIG_UNREGISTRATION_SUCCESS { get; }

Property Value

int

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

CHANNEL_TYPE_RELIABLE

[Obsolete]
public static int CHANNEL_TYPE_RELIABLE { get; }

Property Value

int

CHANNEL_TYPE_STREAMING

[Obsolete]
public static int CHANNEL_TYPE_STREAMING { get; }

Property Value

int

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

public override bool IsBridgeStatic { get; }

Property Value

bool

SINK_ROLE

[Obsolete]
public static int SINK_ROLE { get; }

Property Value

int

SOURCE_ROLE

[Obsolete]
public static int SOURCE_ROLE { get; }

Property Value

int

STATE_CHANNEL_CONNECTED

[Obsolete]
public static int STATE_CHANNEL_CONNECTED { get; }

Property Value

int

STATE_CHANNEL_CONNECTING

[Obsolete]
public static int STATE_CHANNEL_CONNECTING { get; }

Property Value

int

STATE_CHANNEL_DISCONNECTED

[Obsolete]
public static int STATE_CHANNEL_DISCONNECTED { get; }

Property Value

int

STATE_CHANNEL_DISCONNECTING

[Obsolete]
public static int STATE_CHANNEL_DISCONNECTING { get; }

Property Value

int

Methods

ConnectChannelToSource(BluetoothDevice, BluetoothHealthAppConfiguration)

[Obsolete]
public bool ConnectChannelToSource(BluetoothDevice arg0, BluetoothHealthAppConfiguration arg1)

Parameters

arg0 BluetoothDevice

BluetoothDevice

arg1 BluetoothHealthAppConfiguration

BluetoothHealthAppConfiguration

Returns

bool

bool

DisconnectChannel(BluetoothDevice, BluetoothHealthAppConfiguration, int)

[Obsolete]
public bool DisconnectChannel(BluetoothDevice arg0, BluetoothHealthAppConfiguration arg1, int arg2)

Parameters

arg0 BluetoothDevice

BluetoothDevice

arg1 BluetoothHealthAppConfiguration

BluetoothHealthAppConfiguration

arg2 int

int

Returns

bool

bool

GetConnectedDevices()

[Obsolete]
public List<BluetoothDevice> GetConnectedDevices()

Returns

List<BluetoothDevice>

List

GetConnectionState(BluetoothDevice)

[Obsolete]
public int GetConnectionState(BluetoothDevice arg0)

Parameters

arg0 BluetoothDevice

BluetoothDevice

Returns

int

int

GetDevicesMatchingConnectionStates(int[])

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

Parameters

arg0 int[]

int

Returns

List<BluetoothDevice>

List

GetMainChannelFd(BluetoothDevice, BluetoothHealthAppConfiguration)

[Obsolete]
public ParcelFileDescriptor GetMainChannelFd(BluetoothDevice arg0, BluetoothHealthAppConfiguration arg1)

Parameters

arg0 BluetoothDevice

BluetoothDevice

arg1 BluetoothHealthAppConfiguration

BluetoothHealthAppConfiguration

Returns

ParcelFileDescriptor

ParcelFileDescriptor

RegisterSinkAppConfiguration(String, int, BluetoothHealthCallback)

[Obsolete]
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]
public bool UnregisterAppConfiguration(BluetoothHealthAppConfiguration arg0)

Parameters

arg0 BluetoothHealthAppConfiguration

BluetoothHealthAppConfiguration

Returns

bool

bool