Tool/software: TI-RTOS
Device |
CC2640R2LAUNCHXL |
SDK |
simplelink_cc2640r2_sdk_2_40_00_32 |
IDE |
IAR8.20.2 |
Reference Project |
Multirole |
Hi Ti,
I am using the multirole project and I have problem with advertisement frequency.
Here is what I do:
- I have set my maximum connections as 3
- I have set my TGAP_CONN_ADV_INT_MIN & TGAP_CONN_ADV_INT_MAX as 1sec
- I will connect all devices (both peripheral and client)
What is happening..!!
- When (linkDB_NumActive() >= linkDBNumConns) advertisement changes to ADV_NON_CONN_IND
- Advertise frequency changes 100msec.
- When (linkDB_NumActive() < linkDBNumConns) advertisement changes to ADV _IND
- Now Advertise frequency will become 1sec.
What is the Question?
- Why the frequency is changing to 100ms when (linkDB_NumActive() >= linkDBNumConns) ?
- What are the parameters need to be tested/monitored to find this issue?
Please refer below image