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

This commit is contained in:
SongFerng Wang
2022-08-16 06:04:32 +00:00
committed by Android (Google) Code Review

View File

@@ -297,6 +297,9 @@ public class CachedBluetoothDeviceManager {
mCachedDevices.remove(i);
}
}
// To clear the SetMemberPair flag when the Bluetooth is turning off.
mOngoingSetMemberPair = null;
}
}