-
Bug
-
Resolution: Fixed
-
High
-
SimpleLink CC13x2-26x2 SDK BLE5 Stack
-
BLE_AGAMA-4033
-
-
-
BLE5Stack API functions called without argument trigger compilation errors ("expected expression") when compiling with TICLANG compiler (all versions).
Suggested workaround: An empty string ("") should be passed as argument for the BLE5Stack API functions expecting void as argument. For example, the function ```bStatus_t GAPBondMgr_GenerateEccKeys (void)``` should be called as following ```GAPBondMgr_GenerateEccKeys("");```.
Passing an empty string ("") to BLE5Stack API functions expecting void as argument has no effect on the BLE5Stack functioning.