Fix the rssi value setting issue 92/282892/1
authorWootak Jung <wootak.jung@samsung.com>
Thu, 13 Oct 2022 04:36:40 +0000 (13:36 +0900)
committerWootak Jung <wootak.jung@samsung.com>
Thu, 13 Oct 2022 04:36:40 +0000 (13:36 +0900)
Change-Id: I1c35eb95015fd5e5b687279ecd4f7ec839d31829
Signed-off-by: Wootak Jung <wootak.jung@samsung.com>
SettingBluetooth/SettingBluetooth/View/BtDeviceView.cs

index 2a69d75e7940cf15b1ce7bfd38bb8494670566ed..f7e798e29eae73211293a0321d701da15363be85 100644 (file)
@@ -43,6 +43,7 @@ namespace SettingBluetooth
             mAddress = btDevice.Address;
             mName = btDevice.Name;
             mBtDevice = btDevice;
+            mRssi = btDevice.Rssi;
             string icon;
             switch (btDevice.DeviceIcon)
             {