Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't reuse a commissionee device if it has the wrong device id. (#19141
) Found during investigation of #15409 but there may be more problems left in that issue. If we get into EstablishPASEConnection and find an existing commissionee for the peer address (which is easy for BLE, where the peer address is basically a singleton), but the device id does not match the passed-in one, we should not reuse that device. If we try to, Commission will fail to find the commissionee device by device id and fail out.
- Loading branch information