Skip to content
Snippets Groups Projects
Commit 67d3e626 authored by SongFerng Wang's avatar SongFerng Wang Committed by Android (Google) Code Review
Browse files

Merge "[LE audio Unicast]To clear the SetMemberPair when BT is turning off" into tm-qpr-dev

parents 490acded 6ff3500b
No related branches found
No related tags found
No related merge requests found
......@@ -297,6 +297,9 @@ public class CachedBluetoothDeviceManager {
mCachedDevices.remove(i);
}
}
// To clear the SetMemberPair flag when the Bluetooth is turning off.
mOngoingSetMemberPair = null;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment