Android.Bluetooth.BluetoothGattCallback.OnServicesDiscovered Method
Callback invoked when the list of remote services, characteristics and descriptors for the remote device have been updated, ie new services have been discovered.

Syntax

[Android.Runtime.Register("onServicesDiscovered", "(Landroid/bluetooth/BluetoothGatt;I)V", "GetOnServicesDiscovered_Landroid_bluetooth_BluetoothGatt_IHandler")]
public virtual void OnServicesDiscovered (BluetoothGatt gatt, [Android.Runtime.GeneratedEnum] GattStatus status)

Parameters

gatt
GATT client invoked BluetoothGatt.DiscoverServices
status
BluetoothGatt.GattSuccess if the remote device has been explored successfully.

Remarks

Callback invoked when the list of remote services, characteristics and descriptors for the remote device have been updated, ie new services have been discovered.

[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