Android.Bluetooth.BluetoothGattCallback: Method Members

The methods of Android.Bluetooth.BluetoothGattCallback are listed below. For a list of all members, see the BluetoothGattCallback Members list.

See Also: Inherited members from Java.Lang.Object

Public Methods

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.