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
Requirements
Namespace: Android.Bluetooth
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 18