Table of Contents

Class BluetoothLeAudio

Namespace
Android.Bluetooth
Assembly
MASES.Netdroid.dll
public class BluetoothLeAudio : JVMBridgeBase<BluetoothLeAudio>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, IBluetoothProfile, IAutoCloseable
Inheritance
JVMBridgeBase
JVMBridgeBase<BluetoothLeAudio>
BluetoothLeAudio
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<BluetoothLeAudio>.IsAssignableFrom(IJavaType)
JVMBridgeBase<BluetoothLeAudio>.IsAssignableFrom<T>()
JVMBridgeBase<BluetoothLeAudio>.Execute<T>(params T[])
JVMBridgeBase<BluetoothLeAudio>.DynBridgeClazz
JVMBridgeBase<BluetoothLeAudio>.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

BluetoothLeAudio()

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

public BluetoothLeAudio()

BluetoothLeAudio(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 BluetoothLeAudio(params object[] args)

Parameters

args object[]

Properties

ACTION_LE_AUDIO_CONNECTION_STATE_CHANGED

public static String ACTION_LE_AUDIO_CONNECTION_STATE_CHANGED { get; }

Property Value

String

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

GROUP_ID_INVALID

public static int GROUP_ID_INVALID { 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

Methods

Close()

public void Close()

GetConnectedDevices()

public List<BluetoothDevice> GetConnectedDevices()

Returns

List<BluetoothDevice>

List

GetConnectedGroupLeadDevice(int)

public BluetoothDevice GetConnectedGroupLeadDevice(int arg0)

Parameters

arg0 int

int

Returns

BluetoothDevice

BluetoothDevice

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

GetGroupId(BluetoothDevice)

public int GetGroupId(BluetoothDevice arg0)

Parameters

arg0 BluetoothDevice

BluetoothDevice

Returns

int

int

Operators

implicit operator BluetoothProfile(BluetoothLeAudio)

public static implicit operator BluetoothProfile(BluetoothLeAudio t)

Parameters

t BluetoothLeAudio

Returns

BluetoothProfile

implicit operator AutoCloseable(BluetoothLeAudio)

Converter from BluetoothLeAudio to AutoCloseable

public static implicit operator AutoCloseable(BluetoothLeAudio t)

Parameters

t BluetoothLeAudio

Returns

AutoCloseable