Skip to content

Commit e101730

Browse files
authored
basic_information: change the name of emberAfBasicInformationClusterServerInitCallback (#24162)
1 parent 07fe190 commit e101730

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

src/app/clusters/basic-information/basic-information.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ bool IsLocalConfigDisabled()
406406
} // namespace app
407407
} // namespace chip
408408

409-
void emberAfBasicClusterServerInitCallback(chip::EndpointId endpoint) {}
409+
void emberAfBasicInformationClusterServerInitCallback(chip::EndpointId endpoint) {}
410410

411411
void MatterBasicInformationPluginServerInitCallback()
412412
{

src/app/clusters/basic-information/basic-information.h

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,3 @@ bool IsLocalConfigDisabled();
3333
} // namespace Clusters
3434
} // namespace app
3535
} // namespace chip
36-
37-
/** @brief Basic Cluster Server Init
38-
*
39-
* This function is called at startup for a given endpoint to initialize
40-
* attributes of the Basic Cluster.
41-
*
42-
* @param endpoint Endpoint that is being initialized Ver.: always
43-
*/
44-
void emberAfBasicClusterServerInitCallback(chip::EndpointId endpoint);

0 commit comments

Comments
 (0)