Android.Bluetooth.BluetoothGatt.Services Property
Returns a list of GATT services offered by the remote 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 the remote device.

This function requires that service discovery has been completed for the given 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