Table of Contents

Class BluetoothGattCallback

Namespace
Android.Bluetooth
Assembly
MASES.Netdroid.dll
public class BluetoothGattCallback : JVMBridgeBase<BluetoothGattCallback>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
Inheritance
BluetoothGattCallback
Implements
Extension Methods

Constructors

BluetoothGattCallback()

public BluetoothGattCallback()

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

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

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

Methods

CreatePoolableInstance()

HPA initializer for BluetoothGattCallback()

public static BluetoothGattCallback CreatePoolableInstance()

Returns

BluetoothGattCallback

OnCharacteristicChanged(BluetoothGatt, BluetoothGattCharacteristic)

[Obsolete("Deprecated in JVM")]
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("Deprecated in JVM")]
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("Deprecated in JVM")]
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