[EGD-6024] Fix refreshing bt devices list after disconnect After pushing Disconnect button, list was not refreshing in a proper way, a disconnect button was nat changed to connect.
2 files changed, 1 insertions(+), 2 deletions(-) M module-apps/application-settings-new/models/BluetoothSettingsModel.cpp M module-apps/application-settings-new/windows/AllDevicesWindow.cpp
M module-apps/application-settings-new/models/BluetoothSettingsModel.cpp => module-apps/application-settings-new/models/BluetoothSettingsModel.cpp +0 -2
@@ 86,6 86,4 @@ void BluetoothSettingsModel::requestConnection(std::string addr) void BluetoothSettingsModel::requestDisconnection() { application->bus.sendUnicast(std::make_shared<message::bluetooth::Disconnect>(), service::name::bluetooth); application->bus.sendUnicast(std::make_shared<::message::bluetooth::RequestBondedDevices>(), service::name::bluetooth); }
M module-apps/application-settings-new/windows/AllDevicesWindow.cpp => module-apps/application-settings-new/windows/AllDevicesWindow.cpp +1 -0