Skip to content

Conversation

@ericmechin
Copy link

Set extended advertising setting in app_conf.h file according to CMakeList.txt for BLE stack Options flags and to zephyr Kconfig options.

Set extended advertising setting in app_conf.h file according to CMakeList.txt for
BLE stack Options flags and to zephyr Kconfig options.

Signed-off-by: Eric Mechin <[email protected]>
Added in CMakeList.txt the BLE stack Maximum number of created Enhanced ATT bearers to be configured

Signed-off-by: Eric Mechin <[email protected]>
#
# SPDX-License-Identifier: Apache-2.0

MATH(EXPR SHCI_C2_BLE_INIT_OPTIONS_LL_ONLY "1 << 0")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You should not do that.
CMake is the build system orchestrator. It should not be used for code operations/configuration. Kconfig is here for that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants