Host test app seems to set the scan duration to 10 seconds. I would like to reduce this (e.g. only scan for 2 seconds) but can't find where in the code that is set. Any pointers would be much appreciated....thank you.
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.
Host test app seems to set the scan duration to 10 seconds. I would like to reduce this (e.g. only scan for 2 seconds) but can't find where in the code that is set. Any pointers would be much appreciated....thank you.
You can change the scan time by changing the value of the GAP parameter TGAP_GEN_DISC_SCAN. The value represents the scan time in milliseconds (default is 10240 for 10.24s). To do this in BTool, go to the "Adv. Commands" tab and use the "GAP_SetParam" command.