Hello,
I was wondering what the max scan duration is for the CC2640 using the simplelink stack?
GAP_SetParamValue(TGAP_GEN_DISC_SCAN, u16ScanDuration);
GAP_SetParamValue(TGAP_LIM_DISC_SCAN, u16ScanDuration);
This params are uint16 so I figured the maximum could be 65535 but this is not the case. I looked in the software developers guide and was unable to find the answer.
Any help would be greatly appreciated!
-Ben