diff --git a/src/btrCore.c b/src/btrCore.c index d1d5967..548c3af 100644 --- a/src/btrCore.c +++ b/src/btrCore.c @@ -1505,6 +1505,7 @@ btrCore_PopulateListOfPairedDevices ( } /* Initially stBTRCoreKnownDevice List is populated from pstBTPairedDeviceInfo(bluez i/f) directly *********/ + /* Dummy change */ if (!apsthBTRCore->numOfPairedDevices) { apsthBTRCore->numOfPairedDevices = pstBTPairedDeviceInfo->numberOfDevices; btrCore_MapKnownDeviceListFromPairedDeviceInfo (knownDevicesArr, pstBTPairedDeviceInfo);