Skip to content

Commit a7efff6

Browse files
authored
RDKEMW-9924 : ctrlm RF4CE upgrade skipped when BLE enabled (#137)
1 parent d0636d9 commit a7efff6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ctrlm_device_update.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1462,7 +1462,7 @@ gpointer ctrlm_device_update_thread(gpointer param) {
14621462

14631463
ctrlm_main_queue_handler_push(CTRLM_HANDLER_NETWORK, (ctrlm_msg_handler_network_t)&ctrlm_obj_network_t::req_process_network_managed_upgrade, &msg, sizeof(msg), NULL, CTRLM_MAIN_NETWORK_ID_ALL, true);
14641464

1465-
if (!network_managing_upgrade) {
1465+
if (ctrlm_is_rf4ce_enabled()) {
14661466
ctrlm_device_update_process_device_file(xconf_msg->update_file_name, "", NULL);
14671467
ctrlm_device_update_rf4ce_session_resume_check(g_ctrlm_device_update.sessions, false);
14681468
}

0 commit comments

Comments
 (0)