File tree 1 file changed +6
-3
lines changed
src/darwin/Framework/CHIP
1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -931,7 +931,8 @@ - (void)preWarmCommissioningSession
931
931
932
932
- (MTRBaseDevice *)deviceBeingCommissionedWithNodeID : (NSNumber *)nodeID error : (NSError * __autoreleasing *)error
933
933
{
934
- auto block = ^MTRBaseDevice * {
934
+ auto block = ^MTRBaseDevice *
935
+ {
935
936
chip::CommissioneeDeviceProxy * deviceProxy;
936
937
937
938
auto errorCode = self->_cppCommissioner ->GetDeviceBeingCommissioned (nodeID.unsignedLongLongValue , &deviceProxy);
@@ -1088,7 +1089,8 @@ + (nullable NSData *)computePASEVerifierForSetupPasscode:(NSNumber *)setupPassco
1088
1089
1089
1090
- (NSData * _Nullable)attestationChallengeForDeviceID : (NSNumber *)deviceID
1090
1091
{
1091
- auto block = ^NSData * {
1092
+ auto block = ^NSData *
1093
+ {
1092
1094
chip::CommissioneeDeviceProxy * deviceProxy;
1093
1095
1094
1096
auto errorCode = CHIP_NO_ERROR;
@@ -1886,7 +1888,8 @@ - (NSString *)openPairingWindowWithPIN:(uint64_t)deviceID
1886
1888
return nil ;
1887
1889
}
1888
1890
1889
- auto block = ^NSString * {
1891
+ auto block = ^NSString *
1892
+ {
1890
1893
chip::SetupPayload setupPayload;
1891
1894
errorCode = chip::Controller::AutoCommissioningWindowOpener::OpenCommissioningWindow (self->_cppCommissioner , deviceID,
1892
1895
chip::System::Clock::Seconds16 (static_cast <uint16_t >(duration)), chip::Crypto::kSpake2p_Min_PBKDF_Iterations ,
You can’t perform that action at this time.
0 commit comments