Class BluetoothHealth
[Obsolete]
public class BluetoothHealth : BluetoothProfile, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, IBluetoothProfile
- Inheritance
-
JVMBridgeBaseJVMBridgeBase<BluetoothProfile>BluetoothHealth
- Implements
-
IJVMBridgeCoreIJVMBridgeBaseStaticIJVMBridgeBaseIJVMBridgeDefinition
- Inherited Members
-
JVMBridgeBase<BluetoothProfile>.IsAssignableFrom(IJavaType)JVMBridgeBase<BluetoothProfile>.IsAssignableFrom<T>()JVMBridgeBase<BluetoothProfile>.Execute<T>(params T[])JVMBridgeBase<BluetoothProfile>.DynBridgeClazzJVMBridgeBase<BluetoothProfile>.BridgeClazzJVMBridgeBase.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.IExecuteWithSignature<TNewClass, TReturn, TConverter>(string, string, params object[])JVMBridgeBase.DynBridgeInstanceJVMBridgeBase.BridgeInstanceJVMBridgeBase.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
APP_CONFIG_REGISTRATION_SUCCESS
[Obsolete]
public static int APP_CONFIG_REGISTRATION_SUCCESS { get; }
Property Value
APP_CONFIG_UNREGISTRATION_FAILURE
[Obsolete]
public static int APP_CONFIG_UNREGISTRATION_FAILURE { get; }
Property Value
APP_CONFIG_UNREGISTRATION_SUCCESS
[Obsolete]
public static int APP_CONFIG_UNREGISTRATION_SUCCESS { get; }
Property Value
BridgeClassName
https://www.jcobridge.com/api-clr/html/P_MASES_JCOBridge_C2JBridge_JVMBridgeBase_BridgeClassName.htm
public override string BridgeClassName { get; }
Property Value
CHANNEL_TYPE_RELIABLE
https://developer.android.com/reference/android/bluetooth/BluetoothHealth.html#CHANNEL_TYPE_RELIABLE
[Obsolete]
public static int CHANNEL_TYPE_RELIABLE { get; }
Property Value
CHANNEL_TYPE_STREAMING
[Obsolete]
public static int CHANNEL_TYPE_STREAMING { get; }
Property Value
IsBridgeAbstract
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
public override bool IsBridgeStatic { get; }
Property Value
SINK_ROLE
[Obsolete]
public static int SINK_ROLE { get; }
Property Value
SOURCE_ROLE
[Obsolete]
public static int SOURCE_ROLE { get; }
Property Value
STATE_CHANNEL_CONNECTED
[Obsolete]
public static int STATE_CHANNEL_CONNECTED { get; }
Property Value
STATE_CHANNEL_CONNECTING
[Obsolete]
public static int STATE_CHANNEL_CONNECTING { get; }
Property Value
STATE_CHANNEL_DISCONNECTED
[Obsolete]
public static int STATE_CHANNEL_DISCONNECTED { get; }
Property Value
STATE_CHANNEL_DISCONNECTING
[Obsolete]
public static int STATE_CHANNEL_DISCONNECTING { get; }
Property Value
Methods
ConnectChannelToSource(BluetoothDevice, BluetoothHealthAppConfiguration)
[Obsolete]
public bool ConnectChannelToSource(BluetoothDevice arg0, BluetoothHealthAppConfiguration arg1)
Parameters
Returns
DisconnectChannel(BluetoothDevice, BluetoothHealthAppConfiguration, int)
[Obsolete]
public bool DisconnectChannel(BluetoothDevice arg0, BluetoothHealthAppConfiguration arg1, int arg2)
Parameters
arg0
BluetoothDevicearg1
BluetoothHealthAppConfigurationarg2
int
Returns
GetConnectedDevices()
https://developer.android.com/reference/android/bluetooth/BluetoothHealth.html#getConnectedDevices()
[Obsolete]
public List<BluetoothDevice> GetConnectedDevices()
Returns
GetConnectionState(BluetoothDevice)
[Obsolete]
public int GetConnectionState(BluetoothDevice arg0)
Parameters
Returns
GetDevicesMatchingConnectionStates(int[])
[Obsolete]
public List<BluetoothDevice> GetDevicesMatchingConnectionStates(int[] arg0)
Parameters
Returns
GetMainChannelFd(BluetoothDevice, BluetoothHealthAppConfiguration)
[Obsolete]
public ParcelFileDescriptor GetMainChannelFd(BluetoothDevice arg0, BluetoothHealthAppConfiguration arg1)
Parameters
Returns
RegisterSinkAppConfiguration(String, int, BluetoothHealthCallback)
[Obsolete]
public bool RegisterSinkAppConfiguration(String arg0, int arg1, BluetoothHealthCallback arg2)
Parameters
arg0
Stringarg1
intarg2
BluetoothHealthCallback
Returns
UnregisterAppConfiguration(BluetoothHealthAppConfiguration)
[Obsolete]
public bool UnregisterAppConfiguration(BluetoothHealthAppConfiguration arg0)