Android.Bluetooth.BluetoothGattServerCallback Members

The members of Android.Bluetooth.BluetoothGattServerCallback are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

OnCharacteristicReadRequest(BluetoothDevice, int, int, BluetoothGattCharacteristic)
A remote client has requested to read a local characteristic.
OnCharacteristicWriteRequest(BluetoothDevice, int, BluetoothGattCharacteristic, bool, bool, int, byte[])
A remote client has requested to write to a local characteristic.
OnConnectionStateChange(BluetoothDevice, ProfileState, ProfileState)
Callback indicating when a remote device has been connected or disconnected.
OnDescriptorReadRequest(BluetoothDevice, int, int, BluetoothGattDescriptor)
A remote client has requested to read a local descriptor.
OnDescriptorWriteRequest(BluetoothDevice, int, BluetoothGattDescriptor, bool, bool, int, byte[])
A remote client has requested to write to a local descriptor.
OnExecuteWrite(BluetoothDevice, int, bool)
Execute all pending write operations for this device.
OnNotificationSent(BluetoothDevice, GattStatus)
Callback invoked when a notification or indication has been sent to a remote device.
OnServiceAdded(ProfileState, BluetoothGattService)
Indicates whether a local service has been added successfully.