Android.Bluetooth.BluetoothGattCallback.OnReadRemoteRssi Method
Callback reporting the RSSI for a remote device connection.

Syntax

[Android.Runtime.Register("onReadRemoteRssi", "(Landroid/bluetooth/BluetoothGatt;II)V", "GetOnReadRemoteRssi_Landroid_bluetooth_BluetoothGatt_IIHandler")]
public virtual void OnReadRemoteRssi (BluetoothGatt gatt, int rssi, [Android.Runtime.GeneratedEnum] GattStatus status)

Parameters

gatt
GATT client invoked BluetoothGatt.ReadRemoteRssi
rssi
The RSSI value for the remote device
status
BluetoothGatt.GattSuccess if the RSSI was read successfully

Remarks

Callback reporting the RSSI for a remote device connection. This callback is triggered in response to the BluetoothGatt.ReadRemoteRssi function.

[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