This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/CC2640R2F: What does mean this parameters in Gap.h

Part Number: CC2640R2F

Tool/software: Code Composer Studio

Hey,

in the gap.h file in simple broadcaster there are these parameters like:

#define TGAP_LIM_ADV_TIMEOUT           1

#define TGAP_GEN_DISC_SCAN             2

#define TGAP_LIM_DISC_SCAN             3

#define TGAP_CONN_EST_ADV_TIMEOUT      4

#define TGAP_CONN_PARAM_TIMEOUT        5

the number 1 2 3 4 5 what does mean ? ( the times, the priority or other )

Thanks you