BluetoothLEAdvertisementReceivedEventArgs.RawSignalStrengthInDBm Property

Definition

Gets the received signal strength indicator (RSSI) value, in dBm, for this received Bluetooth LE advertisement event. This value could be the raw RSSI or a filtered RSSI depending on filtering settings configured through BluetoothSignalStrengthFilter.

public:
 property short RawSignalStrengthInDBm { short get(); };
short RawSignalStrengthInDBm();
public short RawSignalStrengthInDBm { get; }
var int16 = bluetoothLEAdvertisementReceivedEventArgs.rawSignalStrengthInDBm;
Public ReadOnly Property RawSignalStrengthInDBm As Short

Property Value

Int16

short

The received signal strength indicator (RSSI) value, in dBm, for this event.

Windows requirements

App capabilities
bluetooth

Applies to

See also