diff --git a/components/esp_matter/zap_common/app/ClusterCallbacks.cpp b/components/esp_matter/zap_common/app/ClusterCallbacks.cpp index 37207d6d5..38639ae3f 100644 --- a/components/esp_matter/zap_common/app/ClusterCallbacks.cpp +++ b/components/esp_matter/zap_common/app/ClusterCallbacks.cpp @@ -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