Skip to content

Commit

Permalink
fix restyled-io and ci errors
Browse files Browse the repository at this point in the history
  • Loading branch information
xylophone21 committed Mar 21, 2022
1 parent 435b182 commit 789a4dd
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,11 @@ private native void nativeSetServiceResolver(

/**
* update commission info
* @param spake2pVerifierBase64 base64 encoded spake2p verifier, ref CHIP_DEVICE_CONFIG_USE_TEST_SPAKE2P_VERIFIER
* @param Spake2pSaltBase64 base64 encoded spake2p salt, ref CHIP_DEVICE_CONFIG_USE_TEST_SPAKE2P_SALT
*
* @param spake2pVerifierBase64 base64 encoded spake2p verifier, ref
* CHIP_DEVICE_CONFIG_USE_TEST_SPAKE2P_VERIFIER
* @param Spake2pSaltBase64 base64 encoded spake2p salt, ref
* CHIP_DEVICE_CONFIG_USE_TEST_SPAKE2P_SALT
* @return true on success of false on failed
*/
public native boolean updateCommissionableDataProviderData(
Expand Down

0 comments on commit 789a4dd

Please sign in to comment.