File tree 1 file changed +2
-2
lines changed
examples/tv-casting-app/tv-casting-common/core
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -37,8 +37,8 @@ CommissionerDeclarationHandler * CommissionerDeclarationHandler::GetInstance()
37
37
38
38
// TODO: In the following PRs. Implement setHandler() for CommissionerDeclaration messages and expose messages to higher layers for
39
39
// Linux, Android and iOS.
40
- void CommissionerDeclarationHandler::OnCommissionerDeclarationMessage (const chip::Transport::PeerAddress & source,
41
- chip::Protocols::UserDirectedCommissioning::CommissionerDeclaration cd)
40
+ void CommissionerDeclarationHandler::OnCommissionerDeclarationMessage (
41
+ const chip::Transport::PeerAddress & source, chip::Protocols::UserDirectedCommissioning::CommissionerDeclaration cd)
42
42
{
43
43
ChipLogProgress (AppServer, " CommissionerDeclarationHandler::OnCommissionerDeclarationMessage() called TODO: handle message" );
44
44
cd.DebugLog ();
You can’t perform that action at this time.
0 commit comments