We are using the TI Simple Central demo application running on the TI Launch Pad. On performing a scan we notice that some device addresses appear repeatedly in the list of 8 addresses at the end of the scan operation.
We have observed that the SimpleCentral_processGapMsg() function calls the following API
temp8 = SCAN_FLT_DUP_ENABLE;
GapScan_setParam(SCAN_PARAM_FLT_DUP, &temp8);
I am assuming that this enables the duplicate filter and should prevent the same address from appearing multiple times ? Is my understanding correct ?
Our intention is to only list unique device address in the list after the scan is completed? Any help would be appreciated !!
Thanks !!
- Aman