diff --git a/examples/all-clusters-app/linux/include/CHIPProjectAppConfig.h b/examples/all-clusters-app/linux/include/CHIPProjectAppConfig.h index 0285563216e706..a8a4c6ec07924a 100644 --- a/examples/all-clusters-app/linux/include/CHIPProjectAppConfig.h +++ b/examples/all-clusters-app/linux/include/CHIPProjectAppConfig.h @@ -51,3 +51,7 @@ // Claim a device type while advertising that matches the device type on our // endpoint 1. 0x0101 is the "Dimmable Light" device type. #define CHIP_DEVICE_CONFIG_DEVICE_TYPE 0x0101 + +#define CHIP_CONFIG_TC_REQUIRED (1) +#define CHIP_CONFIG_TC_REQUIRED_ACKNOWLEDGEMENTS 1 +#define CHIP_CONFIG_TC_REQUIRED_ACKNOWLEDGEMENTS_VERSION 1 \ No newline at end of file