-
Bug
-
Resolution: Fixed
-
Low
-
SimpleLink CC13x2-26x2 SDK BLE5 Stack
-
BLE_AGAMA-1772
-
BLE Stack BLE5-2.1.1
-
Installer: simplelink_cc13x2_26x2_sdk_3_40_00_02
File:
- - C:\ti\simplelink_cc13x2_26x2_sdk_3_40_00_02\examples\rtos\CC26X2R1_LAUNCHXL\ble5stack\multi_role\Application\multi_role.c
- And for all other supported boards.
Problem description:
The description of the multi_role_processParamUpdate is obviously wrong:
/********************************************************************* * @fn multi_role_processParamUpdate * * @brief Remove a device from the connected device list * * @return index of the connected device list entry where the new connection * info is removed from. * if connHandle is not found, MAX_NUM_BLE_CONNS will be returned. */
It doesn't describe this function, it's probably copied from a different function.
(There is also a spelling error in one comment in this function were update is used instead of update.)