Partager via


BluetoothDevice.ExtraRssi Field

Definition

Used as an optional short extra field in #ACTION_FOUND intents.

[Android.Runtime.Register("EXTRA_RSSI")]
public const string ExtraRssi;
[<Android.Runtime.Register("EXTRA_RSSI")>]
val mutable ExtraRssi : string

Field Value

Implements

Attributes

Remarks

Used as an optional short extra field in #ACTION_FOUND intents. Contains the RSSI value of the remote device as reported by the Bluetooth hardware.

Java documentation for android.bluetooth.BluetoothDevice.EXTRA_RSSI.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to