I have set the GAPCENTRALROLE_MAX_SCAN_RES parameter to 0 but instead of reporting all the device advertisements, as expected, I am not receiving any reports.
Is there a known bug or work around for this? I am using version 1.4.0
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.
I have set the GAPCENTRALROLE_MAX_SCAN_RES parameter to 0 but instead of reporting all the device advertisements, as expected, I am not receiving any reports.
Is there a known bug or work around for this? I am using version 1.4.0
Hi Daniel,
I'm not sure what you mean here. The default value is 0, so you should not have to set it at all. For the issue that you don't get any advertisement report, are you sure that you;
Best Regards
Joakim
Joakim Lindh
1. I definitely have advertisers. If set to 10 I get advertisements and a scan with a desktop yields devices.
2. DEFAULT_DEV_DISC_BY_SVC_UUID is set TRUE but the code using that define has been commented. This application was started with Simple BLE Central.
-Dan