Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

basic_information: change the name of emberAfBasicInformationClusterServerInitCallback #24162

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/app/clusters/basic-information/basic-information.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ bool IsLocalConfigDisabled()
} // namespace app
} // namespace chip

void emberAfBasicClusterServerInitCallback(chip::EndpointId endpoint) {}
void emberAfBasicInformationClusterServerInitCallback(chip::EndpointId endpoint) {}

void MatterBasicInformationPluginServerInitCallback()
{
Expand Down
9 changes: 0 additions & 9 deletions src/app/clusters/basic-information/basic-information.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,3 @@ bool IsLocalConfigDisabled();
} // namespace Clusters
} // namespace app
} // namespace chip

/** @brief Basic Cluster Server Init
*
* This function is called at startup for a given endpoint to initialize
* attributes of the Basic Cluster.
*
* @param endpoint Endpoint that is being initialized Ver.: always
*/
void emberAfBasicClusterServerInitCallback(chip::EndpointId endpoint);