Commit 4c78bef
committed
[nrf toup][nrfconnect] Increase ICD observer pool size
The ICDMnager observer for the DNS-SD server was silently
not registered which causes the OnICDModeChange function
to be called on change from SIT to LIT.
The root cause is that in Matter 1.5, there is
an additional observer, and we have a too small pool size to
fit the 3rd one for the DNS-SD Server.
Increase the CHIP_CONFIG_ICD_OBSERVERS_POOL_SIZE to 3 for
the Nordic platform.
Signed-off-by: Arkadiusz Balys <[email protected]>1 parent a465c7f commit 4c78bef
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
171 | 171 | | |
172 | 172 | | |
173 | 173 | | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
174 | 178 | | |
175 | 179 | | |
176 | 180 | | |
| |||
0 commit comments