Hi TI team,
I don't understand exactly the difference between TGAP_CONN_SCAN_INT and TGAP_CONN_EST_SCAN_INT.
#define TGAP_CONN_SCAN_INT 12 //!< Scan interval used during Link Layer Initiating state, when in Connectable mode (n * 0.625 mSec)
I don't understand why this comment is mentioning about 'in Connectable mode' along with "initiating state".
on core v4.2 spec, the connectable mode or connection establishment procedure are used as a different and separate meaning according to peripheral or central device role.
#define TGAP_CONN_EST_SCAN_INT 23 //!< Scan interval used during Link Layer Initiating state, when using Connection Establishment proc (n * 0.625 mSec)
And, my guess is that TGAP_CONN_EST_xxx illustrates that the macro is used after/when connected, that is, connection is establlshed, for example, TGAP_CONN_EST_INT_MIN or TGAP_CONN_EST_SUPERV_TIMEOUT or TGAP_CONN_EST_LATENCY.
if the same concept is being used in naming the macro, is TGAP_CONN_EST_SCAN_INT for after connected and then just to scan for another devices?
Please let me know.
Ji Won