From ca9ccbc883cb1859655052f80d6da2aa5a03e64b Mon Sep 17 00:00:00 2001 From: ppalan289 Date: Thu, 30 Jul 2026 07:27:30 +0000 Subject: [PATCH 1/2] RDKEMW-19609 : ErrorInduce 1.0.10 changes Reason for change: NA Test Procedure: NA Risks: Medium Priority: P0 Signed-off-by: ppalan289 --- src/ifce/btrMgr.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/ifce/btrMgr.c b/src/ifce/btrMgr.c index b60d58c8..d7f73b4e 100644 --- a/src/ifce/btrMgr.c +++ b/src/ifce/btrMgr.c @@ -4122,6 +4122,9 @@ BTRMGR_DeInit ( BTRCore_GetDeviceTypeClass(ghBTRCoreHdl, lstConnectedDevices.m_deviceProperty[ui16LoopIdx].m_deviceHandle, &lenBtrCoreDevTy, &lenBtrCoreDevCl); isRemoteDev = btrMgr_IsDeviceRdkRcu(&lstConnectedDevices.m_deviceProperty[ui16LoopIdx].m_serviceInfo,lstConnectedDevices.m_deviceProperty[ui16LoopIdx].m_ui16DevAppearanceBleSpec); /* Remove disconnect for Remote Control devices */ + BTRMGRLOG_ERROR ("ErrorInduced"); + BTRMGRLOG_ERROR ("ErrorInduced") + BTRMGRLOG_ERROR ("AfterErrorInduced"); if (!isRemoteDev) { if (BTRCore_DisconnectDevice(ghBTRCoreHdl, lstConnectedDevices.m_deviceProperty[ui16LoopIdx].m_deviceHandle, lenBtrCoreDevTy) != enBTRCoreSuccess) { BTRMGRLOG_ERROR ("Failed to Disconnect - %llu\n", lstConnectedDevices.m_deviceProperty[ui16LoopIdx].m_deviceHandle); From e7cdb87d75a4ad98993c53a174b26b3af70eaa31 Mon Sep 17 00:00:00 2001 From: ppalan289 Date: Thu, 30 Jul 2026 07:57:27 +0000 Subject: [PATCH 2/2] RDKEMW-19609 : ErrorInduce 1.0.10 changes Reason for change: NA Test Procedure: NA Risks: Medium Priority: P0 Signed-off-by: ppalan289 --- src/ifce/btrMgr.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/ifce/btrMgr.c b/src/ifce/btrMgr.c index d7f73b4e..bade9d8a 100644 --- a/src/ifce/btrMgr.c +++ b/src/ifce/btrMgr.c @@ -4122,9 +4122,9 @@ BTRMGR_DeInit ( BTRCore_GetDeviceTypeClass(ghBTRCoreHdl, lstConnectedDevices.m_deviceProperty[ui16LoopIdx].m_deviceHandle, &lenBtrCoreDevTy, &lenBtrCoreDevCl); isRemoteDev = btrMgr_IsDeviceRdkRcu(&lstConnectedDevices.m_deviceProperty[ui16LoopIdx].m_serviceInfo,lstConnectedDevices.m_deviceProperty[ui16LoopIdx].m_ui16DevAppearanceBleSpec); /* Remove disconnect for Remote Control devices */ - BTRMGRLOG_ERROR ("ErrorInduced"); - BTRMGRLOG_ERROR ("ErrorInduced") - BTRMGRLOG_ERROR ("AfterErrorInduced"); + printf ("ErrorInduced"); + pintf ("ErrorInduced") + printf ("AfterErrorInduced"); if (!isRemoteDev) { if (BTRCore_DisconnectDevice(ghBTRCoreHdl, lstConnectedDevices.m_deviceProperty[ui16LoopIdx].m_deviceHandle, lenBtrCoreDevTy) != enBTRCoreSuccess) { BTRMGRLOG_ERROR ("Failed to Disconnect - %llu\n", lstConnectedDevices.m_deviceProperty[ui16LoopIdx].m_deviceHandle);