You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The winrt backend is reporting RawSignalStrengthInDBm as the tx_power_level instead of TransmitPowerLevelInDBm
Expected behavior BluetoothLEAdvertisementReceivedEventArgs::TransmitPowerLevelInDBm should be reported instead
Incidentally it also looks like it would be good to support reporting rssi in btleplug in addition to tx power so it's possible to calculate/estimate the signal loss. (#76 raise this before but I think perhaps rssi was being considered as equivalent to tx power when the issue was closed?)
The text was updated successfully, but these errors were encountered:
Describe the bug
The winrt backend is reporting
RawSignalStrengthInDBm
as thetx_power_level
instead ofTransmitPowerLevelInDBm
Expected behavior
BluetoothLEAdvertisementReceivedEventArgs::TransmitPowerLevelInDBm
should be reported insteadIncidentally it also looks like it would be good to support reporting rssi in btleplug in addition to tx power so it's possible to calculate/estimate the signal loss. (#76 raise this before but I think perhaps rssi was being considered as equivalent to tx power when the issue was closed?)
The text was updated successfully, but these errors were encountered: