Android.Bluetooth.BluetoothGattServer Class
Public API for the Bluetooth GATT Profile server role.

See Also: BluetoothGattServer Members

Syntax

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

Remarks

Public API for the Bluetooth GATT Profile server role.

This class provides Bluetooth GATT server role functionality, allowing applications to create Bluetooth Smart services and characteristics.

BluetoothGattServer is a proxy object for controlling the Bluetooth Service via IPC. Use BluetoothManager.OpenGattServer(Android.Content.Context, Android.Bluetooth.BluetoothGattServerCallback) to get an instance of this class.

[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