Table of Contents

Class BluetoothGattServerCallback

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

BluetoothGattServerCallback()

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

[Obsolete("BluetoothGattServerCallback 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 BluetoothGattServerCallback()

BluetoothGattServerCallback(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("BluetoothGattServerCallback 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 BluetoothGattServerCallback(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

OnCharacteristicReadRequest(BluetoothDevice, int, int, BluetoothGattCharacteristic)

public void OnCharacteristicReadRequest(BluetoothDevice arg0, int arg1, int arg2, BluetoothGattCharacteristic arg3)

Parameters

arg0 BluetoothDevice

BluetoothDevice

arg1 int

int

arg2 int

int

arg3 BluetoothGattCharacteristic

BluetoothGattCharacteristic

OnCharacteristicWriteRequest(BluetoothDevice, int, BluetoothGattCharacteristic, bool, bool, int, byte[])

public void OnCharacteristicWriteRequest(BluetoothDevice arg0, int arg1, BluetoothGattCharacteristic arg2, bool arg3, bool arg4, int arg5, byte[] arg6)

Parameters

arg0 BluetoothDevice

BluetoothDevice

arg1 int

int

arg2 BluetoothGattCharacteristic

BluetoothGattCharacteristic

arg3 bool

bool

arg4 bool

bool

arg5 int

int

arg6 byte[]

byte

OnConnectionStateChange(BluetoothDevice, int, int)

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

Parameters

arg0 BluetoothDevice

BluetoothDevice

arg1 int

int

arg2 int

int

OnDescriptorReadRequest(BluetoothDevice, int, int, BluetoothGattDescriptor)

public void OnDescriptorReadRequest(BluetoothDevice arg0, int arg1, int arg2, BluetoothGattDescriptor arg3)

Parameters

arg0 BluetoothDevice

BluetoothDevice

arg1 int

int

arg2 int

int

arg3 BluetoothGattDescriptor

BluetoothGattDescriptor

OnDescriptorWriteRequest(BluetoothDevice, int, BluetoothGattDescriptor, bool, bool, int, byte[])

public void OnDescriptorWriteRequest(BluetoothDevice arg0, int arg1, BluetoothGattDescriptor arg2, bool arg3, bool arg4, int arg5, byte[] arg6)

Parameters

arg0 BluetoothDevice

BluetoothDevice

arg1 int

int

arg2 BluetoothGattDescriptor

BluetoothGattDescriptor

arg3 bool

bool

arg4 bool

bool

arg5 int

int

arg6 byte[]

byte

OnExecuteWrite(BluetoothDevice, int, bool)

public void OnExecuteWrite(BluetoothDevice arg0, int arg1, bool arg2)

Parameters

arg0 BluetoothDevice

BluetoothDevice

arg1 int

int

arg2 bool

bool

OnMtuChanged(BluetoothDevice, int)

public void OnMtuChanged(BluetoothDevice arg0, int arg1)

Parameters

arg0 BluetoothDevice

BluetoothDevice

arg1 int

int

OnNotificationSent(BluetoothDevice, int)

public void OnNotificationSent(BluetoothDevice arg0, int arg1)

Parameters

arg0 BluetoothDevice

BluetoothDevice

arg1 int

int

OnPhyRead(BluetoothDevice, int, int, int)

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

Parameters

arg0 BluetoothDevice

BluetoothDevice

arg1 int

int

arg2 int

int

arg3 int

int

OnPhyUpdate(BluetoothDevice, int, int, int)

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

Parameters

arg0 BluetoothDevice

BluetoothDevice

arg1 int

int

arg2 int

int

arg3 int

int

OnServiceAdded(int, BluetoothGattService)

public void OnServiceAdded(int arg0, BluetoothGattService arg1)

Parameters

arg0 int

int

arg1 BluetoothGattService

BluetoothGattService