Table of Contents

Class BluetoothGattCallback

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

BluetoothGattCallback()

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

[Obsolete("BluetoothGattCallback class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public BluetoothGattCallback()

BluetoothGattCallback(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

[Obsolete("BluetoothGattCallback class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public BluetoothGattCallback(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

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

OnCharacteristicChanged(BluetoothGatt, BluetoothGattCharacteristic)

[Obsolete]
public void OnCharacteristicChanged(BluetoothGatt arg0, BluetoothGattCharacteristic arg1)

Parameters

arg0 BluetoothGatt

BluetoothGatt

arg1 BluetoothGattCharacteristic

BluetoothGattCharacteristic

OnCharacteristicChanged(BluetoothGatt, BluetoothGattCharacteristic, byte[])

public void OnCharacteristicChanged(BluetoothGatt arg0, BluetoothGattCharacteristic arg1, byte[] arg2)

Parameters

arg0 BluetoothGatt

BluetoothGatt

arg1 BluetoothGattCharacteristic

BluetoothGattCharacteristic

arg2 byte[]

byte

OnCharacteristicRead(BluetoothGatt, BluetoothGattCharacteristic, byte[], int)

public void OnCharacteristicRead(BluetoothGatt arg0, BluetoothGattCharacteristic arg1, byte[] arg2, int arg3)

Parameters

arg0 BluetoothGatt

BluetoothGatt

arg1 BluetoothGattCharacteristic

BluetoothGattCharacteristic

arg2 byte[]

byte

arg3 int

int

OnCharacteristicRead(BluetoothGatt, BluetoothGattCharacteristic, int)

[Obsolete]
public void OnCharacteristicRead(BluetoothGatt arg0, BluetoothGattCharacteristic arg1, int arg2)

Parameters

arg0 BluetoothGatt

BluetoothGatt

arg1 BluetoothGattCharacteristic

BluetoothGattCharacteristic

arg2 int

int

OnCharacteristicWrite(BluetoothGatt, BluetoothGattCharacteristic, int)

public void OnCharacteristicWrite(BluetoothGatt arg0, BluetoothGattCharacteristic arg1, int arg2)

Parameters

arg0 BluetoothGatt

BluetoothGatt

arg1 BluetoothGattCharacteristic

BluetoothGattCharacteristic

arg2 int

int

OnConnectionStateChange(BluetoothGatt, int, int)

public void OnConnectionStateChange(BluetoothGatt arg0, int arg1, int arg2)

Parameters

arg0 BluetoothGatt

BluetoothGatt

arg1 int

int

arg2 int

int

OnDescriptorRead(BluetoothGatt, BluetoothGattDescriptor, int)

[Obsolete]
public void OnDescriptorRead(BluetoothGatt arg0, BluetoothGattDescriptor arg1, int arg2)

Parameters

arg0 BluetoothGatt

BluetoothGatt

arg1 BluetoothGattDescriptor

BluetoothGattDescriptor

arg2 int

int

OnDescriptorRead(BluetoothGatt, BluetoothGattDescriptor, int, byte[])

public void OnDescriptorRead(BluetoothGatt arg0, BluetoothGattDescriptor arg1, int arg2, byte[] arg3)

Parameters

arg0 BluetoothGatt

BluetoothGatt

arg1 BluetoothGattDescriptor

BluetoothGattDescriptor

arg2 int

int

arg3 byte[]

byte

OnDescriptorWrite(BluetoothGatt, BluetoothGattDescriptor, int)

public void OnDescriptorWrite(BluetoothGatt arg0, BluetoothGattDescriptor arg1, int arg2)

Parameters

arg0 BluetoothGatt

BluetoothGatt

arg1 BluetoothGattDescriptor

BluetoothGattDescriptor

arg2 int

int

OnMtuChanged(BluetoothGatt, int, int)

public void OnMtuChanged(BluetoothGatt arg0, int arg1, int arg2)

Parameters

arg0 BluetoothGatt

BluetoothGatt

arg1 int

int

arg2 int

int

OnPhyRead(BluetoothGatt, int, int, int)

public void OnPhyRead(BluetoothGatt arg0, int arg1, int arg2, int arg3)

Parameters

arg0 BluetoothGatt

BluetoothGatt

arg1 int

int

arg2 int

int

arg3 int

int

OnPhyUpdate(BluetoothGatt, int, int, int)

public void OnPhyUpdate(BluetoothGatt arg0, int arg1, int arg2, int arg3)

Parameters

arg0 BluetoothGatt

BluetoothGatt

arg1 int

int

arg2 int

int

arg3 int

int

OnReadRemoteRssi(BluetoothGatt, int, int)

public void OnReadRemoteRssi(BluetoothGatt arg0, int arg1, int arg2)

Parameters

arg0 BluetoothGatt

BluetoothGatt

arg1 int

int

arg2 int

int

OnReliableWriteCompleted(BluetoothGatt, int)

public void OnReliableWriteCompleted(BluetoothGatt arg0, int arg1)

Parameters

arg0 BluetoothGatt

BluetoothGatt

arg1 int

int

OnServiceChanged(BluetoothGatt)

public void OnServiceChanged(BluetoothGatt arg0)

Parameters

arg0 BluetoothGatt

BluetoothGatt

OnServicesDiscovered(BluetoothGatt, int)

public void OnServicesDiscovered(BluetoothGatt arg0, int arg1)

Parameters

arg0 BluetoothGatt

BluetoothGatt

arg1 int

int