File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -929,7 +929,7 @@ CommissionerDeclaration message as follows:
929
929
`StopConnecting` to alert the `CastingPlayer` that the commissioning attempt
930
930
was canceled.
931
931
1. The Casting Client should then update the commissioning session' s PAKE
932
- verifier with the user- entered Passcode using the API ' s described in the
932
+ verifier with the user- entered Passcode using the APIs described in the
933
933
Initialize the Casting Client section above.
934
934
1. Finally , the Casting Client should call `ContinueConnecting ` to send a second
935
935
IdentificationDeclaration message to the `CastingPlayer ` with
@@ -1001,7 +1001,7 @@ targetCastingPlayer->VerifyOrEstablishConnection(connectionCallbacks,
1001
1001
...
1002
1002
```
1003
1003
1004
- On Andorid , the Casting Client can connect to a ` CastingPlayer ` , using the
1004
+ On Android , the Casting Client can connect to a `CastingPlayer `, using the
1005
1005
optional `CastingPlayer ` / Commissioner - Generated Passcode UDC feature, by
1006
1006
successfully calling `verifyOrEstablishConnection`, updating the PAKE verifier
1007
1007
and then calling `continueConnecting` on the `CastingPlayer `.
You can’t perform that action at this time.
0 commit comments