Android.Bluetooth.BluetoothGattCallback.OnCharacteristicChanged Method
Callback triggered as a result of a remote characteristic notification.

Syntax

[Android.Runtime.Register("onCharacteristicChanged", "(Landroid/bluetooth/BluetoothGatt;Landroid/bluetooth/BluetoothGattCharacteristic;)V", "GetOnCharacteristicChanged_Landroid_bluetooth_BluetoothGatt_Landroid_bluetooth_BluetoothGattCharacteristic_Handler")]
public virtual void OnCharacteristicChanged (BluetoothGatt gatt, BluetoothGattCharacteristic characteristic)

Parameters

gatt
GATT client the characteristic is associated with
characteristic
Characteristic that has been updated as a result of a remote notification event.

Remarks

Callback triggered as a result of a remote characteristic notification.

[Android Documentation]

Requirements

Namespace: Android.Bluetooth
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 18