mc.mitm: also remove controller pairing from btm device info list

This commit is contained in:
ndeadly 2023-04-26 00:08:41 +02:00
parent ff568ff42d
commit fe31665695

View file

@ -56,6 +56,7 @@ namespace ams::usb {
R_TRY(GetOldestPairedDeviceAddress(&address));
// Remove the bonded address to make room for our new pairing
R_TRY(btmRemoveDeviceInfo(address));
R_TRY(btdrvRemoveBond(address));
}