The members of Android.Bluetooth.BluetoothGattCallback are listed below.
See Also: Inherited members from Java.Lang.Object
A constructor used when creating managed representations of JNI objects; called by the runtime. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
OnCharacteristicChanged(BluetoothGatt, BluetoothGattCharacteristic)Callback triggered as a result of a remote characteristic notification. | ||
OnCharacteristicRead(BluetoothGatt, BluetoothGattCharacteristic, GattStatus)Callback reporting the result of a characteristic read operation. | ||
OnCharacteristicWrite(BluetoothGatt, BluetoothGattCharacteristic, GattStatus)Callback indicating the result of a characteristic write operation. | ||
OnConnectionStateChange(BluetoothGatt, GattStatus, ProfileState)Callback indicating when GATT client has connected/disconnected to/from a remote GATT server. | ||
OnDescriptorRead(BluetoothGatt, BluetoothGattDescriptor, GattStatus)Callback reporting the result of a descriptor read operation. | ||
OnDescriptorWrite(BluetoothGatt, BluetoothGattDescriptor, GattStatus)Callback indicating the result of a descriptor write operation. | ||
OnMtuChanged(BluetoothGatt, int, GattStatus)Callback indicating the MTU for a given device connection has changed. | ||
OnReadRemoteRssi(BluetoothGatt, int, GattStatus)Callback reporting the RSSI for a remote device connection. | ||
OnReliableWriteCompleted(BluetoothGatt, GattStatus)Callback invoked when a reliable write transaction has been completed. | ||
OnServicesDiscovered(BluetoothGatt, GattStatus)Callback invoked when the list of remote services, characteristics and descriptors for the remote device have been updated, ie new services have been discovered. |