Android.Bluetooth.BluetoothGattServer.Services Property
Returns a list of GATT services offered by this device.

Syntax

[get: Android.Runtime.Register("getServices", "()Ljava/util/List;", "GetGetServicesHandler")]
public IList<BluetoothGattService> Services { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Returns a list of GATT services offered by this device.

An application must call BluetoothGattServer.AddService(BluetoothGattService) to add a serice to the list of services offered by this device.

Requires NoType:android/Manifest$permission;Href=../../../reference/android/Manifest.permission.html#BLUETOOTH permission.

[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