Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/btrCore.c
Original file line number Diff line number Diff line change
Expand Up @@ -1505,6 +1505,7 @@ btrCore_PopulateListOfPairedDevices (
}

/* Initially stBTRCoreKnownDevice List is populated from pstBTPairedDeviceInfo(bluez i/f) directly *********/
/* Dummy change */
Comment on lines 1507 to +1508
Copy link

Copilot AI Mar 25, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The added "Dummy change" comment appears to be a placeholder and doesn’t explain any behavior or address the stated crash/test failures. Please remove it, or replace it with a comment that documents a real logic change (and include the actual fix in this PR if one is intended).

Suggested change
/* Initially stBTRCoreKnownDevice List is populated from pstBTPairedDeviceInfo(bluez i/f) directly *********/
/* Dummy change */
/* Initially, when no paired devices are tracked yet, populate stBTRCoreKnownDevice list */
/* from BlueZ-provided pstBTPairedDeviceInfo and initialize device state accordingly. */

Copilot uses AI. Check for mistakes.
if (!apsthBTRCore->numOfPairedDevices) {
apsthBTRCore->numOfPairedDevices = pstBTPairedDeviceInfo->numberOfDevices;
btrCore_MapKnownDeviceListFromPairedDeviceInfo (knownDevicesArr, pstBTPairedDeviceInfo);
Expand Down
Loading