mirror of
https://github.com/ndeadly/MissionControl
synced 2025-02-16 13:18:27 +00:00
mc.mitm: also remove controller pairing from btm device info list
This commit is contained in:
parent
ff568ff42d
commit
fe31665695
1 changed files with 1 additions and 0 deletions
|
@ -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));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue