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.
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
Hi,
These options should all be enabled by default, as discussed in the the thread that I have linked below. If you have any further questions, please let me know.
https://e2e.ti.com/support/wireless-connectivity/bluetooth/f/538/t/933481?tisearch=e2e-quicksearch&keymatch=BLE_V42_FEATURES
Best Regards,
Alec