This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/CC2640R2F: How to enable all BLE 4.2 features in build_config.opt

Part Number: CC2640R2F

Tool/software: Code Composer Studio

I want to enable all BLE 4.2 features, an I am not sure about the syntax:

if I enter -DBLE_V42_FEATURES my device is not responding to reset from BTool

if I enter -DBLE_V42_FEATURES=SECURE_CONNS_CFG it compiles but leaves me wondering if EXT_DATA_LEN_CFG and PRIVACY_1_2_CFG are enabled.

    BLE_V42_FEATURES        Configure the stack to use features from the BLE 4.2 Specification
                            The following BLE 4.2 features are enabled by default and cannot be disabled.
        EXT_DATA_LEN_CFG    - Enable the Extended Data Length Feature in the Controller
        SECURE_CONNS_CFG    - Enable Secure Connections Pairing Procedure
        PRIVACY_1_2_CFG     - Enable Enhanced Privacy