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.

LAUNCHXL-CC2640R2: GAPROLE_PARAM_UPDATE_ENABLE is not available in the latest multi role project stack multi.h file

Part Number: LAUNCHXL-CC2640R2

I am using the multi_role_cc2640r2lp_app project with sdk -  simplelink_cc2640r2_sdk_2_40_00_32.

Earlier I was using the multi_role_cc2640r2lp_app with the earlier sdk,   I found that the define GAPROLE_PARAM_UPDATE_ENABLE is not supported in the latest multirole project.

/**

* @brief Whether to request a connection parameter update upon connection (Read/Write)

*

* size: uint8_t

*

* default: TRUE

*

* range: TRUE (do request) or FALSE (don't request)

*/

#define GAPROLE_PARAM_UPDATE_ENABLE 0x310

Is there a replacement for the same available in the latest stack. Why is not supported now.

Please let me know.

Thanks and Regards,

Swapna.

  • Hi Swapna,

    There is no setting for automatically sending a connection parameter update request in the simplelink_cc2640r2_sdk_2_40_00_32 multi_role_cc2640r2lp_app project. If you want to add this you can add it from a previous SDK, or you can make a direct call to mr_doConnUpdate() in the application when you want to do the update.