From 1da846be1d5d038eb724224230294ad28b650650 Mon Sep 17 00:00:00 2001 From: jimlyall-q <77050348+jimlyall-q@users.noreply.github.com> Date: Wed, 3 Nov 2021 17:46:47 +0100 Subject: [PATCH] * Increase SRP services - MF1.17 (#11119) --- src/platform/qpg/CHIPDevicePlatformConfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/platform/qpg/CHIPDevicePlatformConfig.h b/src/platform/qpg/CHIPDevicePlatformConfig.h index 317599c2879edd..d04bf925788f0a 100644 --- a/src/platform/qpg/CHIPDevicePlatformConfig.h +++ b/src/platform/qpg/CHIPDevicePlatformConfig.h @@ -31,7 +31,7 @@ #if CHIP_ENABLE_OPENTHREAD #define CHIP_DEVICE_CONFIG_ENABLE_THREAD 1 #define CHIP_DEVICE_CONFIG_ENABLE_THREAD_SRP_CLIENT 1 -#define CHIP_DEVICE_CONFIG_THREAD_SRP_MAX_SERVICES 4 +#define CHIP_DEVICE_CONFIG_THREAD_SRP_MAX_SERVICES 5 #endif #define CHIP_DEVICE_CONFIG_ENABLE_EXTENDED_DISCOVERY 1