-
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.
Update SetupPayload to include if Discriminator is short (#23304)
* Update SetupPayload to include if Discriminator is short The device Discriminator is a 12-bit unsigned integer. For machine-readable formats, the full 12-bit Discriminator is used. For the Manual Pairing Code, only the upper 4 bits out of the 12-bit Discriminator are used. Also adding @deprecated tags to the pairDevice APIs in MTRDeviceController * Restyled by google-java-format * Adding flags to ignore deprecated warnings around pairDevice implementations * Restyled by whitespace * Restyled by clang-format * Removing deprecation messages in MTR code Co-authored-by: Restyled.io <[email protected]>
- Loading branch information
Showing
2 changed files
with
53 additions
and
17 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