Skip to content

Commit 2f5005c

Browse files
ArekBalysNordickkasperczyk-no
authored andcommitted
[nrf toup][nrfconnect] Enable ACL Extensions for nRF Connect platform
Re-enabled CHIP_CONFIG_ENABLE_ACL_EXTENSIONS for nRF Connect platform, because it was globally disabled. Signed-off-by: Arkadiusz Balys <arkadiusz.balys@nordicsemi.no>
1 parent d9138be commit 2f5005c

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/platform/nrfconnect/CHIPPlatformConfig.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,11 @@
126126
#define CHIP_CONFIG_LOG_MODULE_Support_PROGRESS 0
127127
#endif
128128

129+
// Enable ACL extensions for nRF Connect platform
130+
#ifndef CHIP_CONFIG_ENABLE_ACL_EXTENSIONS
131+
#define CHIP_CONFIG_ENABLE_ACL_EXTENSIONS 1
132+
#endif // CHIP_CONFIG_ENABLE_ACL_EXTENSIONS
133+
129134
#ifndef CHIP_CONFIG_MRP_LOCAL_ACTIVE_RETRY_INTERVAL
130135
#ifndef CONFIG_OPENTHREAD
131136
#define CHIP_CONFIG_MRP_LOCAL_ACTIVE_RETRY_INTERVAL (1000_ms32)

0 commit comments

Comments
 (0)