Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -297,6 +297,9 @@ public class CachedBluetoothDeviceManager {
                    mCachedDevices.remove(i);
                }
            }

            // To clear the SetMemberPair flag when the Bluetooth is turning off.
            mOngoingSetMemberPair = null;
        }
    }