-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Stop calling OnPairingComplete on CASE session establishment. (#18524)
* Stop calling OnPairingComplete on CASE session establishment. OnPairingComplete is documented as indicating the end of PASE establishment, but our implementation calls it for _some_ CASE sessions as well: only the ones we kick off from UpdateDevice. This is unexpected by API consumers, and we should not be doing it. Fixes #18230 * Address review comments. * Stop calling UpdateDevice from the Python controller. Use GetConnectedDevice instead, so we don't have to rely on global callbacks.
- Loading branch information
1 parent
9d4f6c2
commit 5f05a6f
Showing
3 changed files
with
28 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters