You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"CommandHandler() request %lu cgp. Attempting the Commissioner-Generated Passcode commissioning flow",
262
+
index);
259
263
idOptions.mCommissionerPasscode = true;
260
-
} else
264
+
}
265
+
else
261
266
{
262
-
ChipLogError(AppServer, "CommandHandler() request %lu cgp. Selected CastingPLayer does not support the Commissioner-Generated Passcode commissioning flow", index);
267
+
ChipLogError(AppServer,
268
+
"CommandHandler() request %lu cgp. Selected CastingPLayer does not support the "
sout, " request <index> Request connecting to discovered Casting Player with [index]. Usage: cast request 0\r\n");
311
-
streamer_printf(
312
-
sout, " request <index> cgp Request connecting to discovered Casting Player with [index] using the Commissioner-Generated Passcode commissioning flow. Usage: cast request 0 cgp\r\n");
319
+
streamer_printf(sout,
320
+
" request <index> cgp Request connecting to discovered Casting Player with [index] using the "
@@ -245,9 +239,11 @@ class CastingPlayer : public std::enable_shared_from_this<CastingPlayer>
245
239
246
240
/**
247
241
* @brief Checks if the cachedCastingPlayer contains at least one Endpoint/TargetApp described in the desiredTargetApps list.
248
-
* @return true - cachedCastingPlayer contains at least one endpoints with matching (non-default) values for vendorID and productID as described in the desiredTargetApps list, false otherwise.
242
+
* @return true - cachedCastingPlayer contains at least one endpoints with matching (non-default) values for vendorID and
243
+
* productID as described in the desiredTargetApps list, false otherwise.
ChipLogError(AppServer, "IdentificationDeclarationOptions::addTargetAppInfo() failed to add TargetAppInfo, max vector size is %zu", kMaxTargetAppInfos);
68
+
ChipLogError(AppServer,
69
+
"IdentificationDeclarationOptions::addTargetAppInfo() failed to add TargetAppInfo, max vector size is %zu",
0 commit comments