Android.Bluetooth.BluetoothGatt Class
Public API for the Bluetooth GATT Profile.

See Also: BluetoothGatt Members

Syntax

[Android.Runtime.Register("android/bluetooth/BluetoothGatt", DoNotGenerateAcw=true)]
public sealed class BluetoothGatt : Java.Lang.Object, IBluetoothProfile, IDisposable

Remarks

Public API for the Bluetooth GATT Profile.

This class provides Bluetooth GATT functionality to enable communication with Bluetooth Smart or Smart Ready devices.

To connect to a remote peripheral device, create a Android.Bluetooth.BluetoothGattCallback and call BluetoothDevice.ConnectGatt(Android.Content.Context, System.Boolean, System.Boolean) to get a instance of this class. GATT capable devices can be discovered using the Bluetooth device discovery or BLE scan process.

[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