components/esp_matter: Add missing weak definition of ContextSensingClusterServerInitCallback and ContextSensingClusterServerShutdownCallback

This commit is contained in:
mahesh
2026-01-27 11:48:02 +05:30
parent 6456f3fbe2
commit f8f9049620
@@ -77,6 +77,16 @@ __attribute__((weak)) void ESPMatterAirQualityClusterServerShutdownCallback(Endp
// Default empty implementation
}
__attribute__((weak)) void ESPMatterAmbientContextSensingClusterServerInitCallback(EndpointId endpoint)
{
// Default empty implementation
}
__attribute__((weak)) void ESPMatterAmbientContextSensingClusterServerShutdownCallback(EndpointId endpoint)
{
// Default empty implementation
}
__attribute__((weak)) void ESPMatterApplicationBasicClusterServerInitCallback(EndpointId endpoint)
{
// Default empty implementation