diff --git a/src/ifce/btrMgr.c b/src/ifce/btrMgr.c index b60d58c8..bade9d8a 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 */ + 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);