Table of Contents

Class BluetoothGattServerCallback

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

Constructors

BluetoothGattServerCallback()

public BluetoothGattServerCallback()

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

public static BluetoothGattServerCallback CreatePoolableInstance()

Returns

BluetoothGattServerCallback

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