-
Bug
-
Resolution: Unresolved
-
Low
-
SimpleLink CC13x2-26x2 SDK BLE5 Stack
-
BLE_AGAMA-3752
-
BLE Stack BLE5-2.2.4
-
BLE Stack BLE5-2.2.x
-
CC2651P
Test Conditions
Project affected: host_test
Devices affected: CC2651P3
IDE/Compiler affected: CCS/TICLANG
Problem Description:
When using host_test and the TICLANG compiler, GapScan_enable calls will return with GAP_EVT_INSUFFICIENT_MEMORY if more than 2 extended advertisements are enabled. This is due to a memory limitation when using the TICLANG compiler and host_test that causes the stack to report GAP_EVT_INSUFFICIENT_MEMORY. This event appears after the Scan is enabled.
Recommended workaround:
- Use IAR to achieve up to 5 simultaneous advertisement PDUs
- Limit the number of simultaneous advertisements to 2 if using TICLANG and host_test