See Also: BluetoothGatt Members
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.