Search found 3 matches

by Greg_61
Thu Apr 18, 2019 7:36 am
Forum: General Discussion
Topic: Duration of BLE scan
Replies: 7
Views: 20360

Re: Duration of BLE scan

Hi, I understand better my problem : I can see in the callback definition inton BLEAdvertisedDevice.h : class BLEAdvertisedDeviceCallbacks { public: virtual ~BLEAdvertisedDeviceCallbacks() {} /** * @brief Called when a new scan result is detected. * * As we are scanning, we will find new devices. W...
by Greg_61
Wed Apr 17, 2019 4:14 pm
Forum: General Discussion
Topic: Duration of BLE scan
Replies: 7
Views: 20360

Re: Duration of BLE scan

Thank you for your answer but when I launch the procedure :

pBLEScan->start(scanTime, false);

I do not have my hand until the end of the procedure which lasts 1s ...
by Greg_61
Wed Apr 17, 2019 8:36 am
Forum: General Discussion
Topic: Duration of BLE scan
Replies: 7
Views: 20360

Re: Duration of BLE scan

Hello. I wake up this post because my problem looks like :
I need to scan to know the name and RSSI servers every 100ms maximum. I am stuck because I can not reduce the duration parameter to less than 1s.
Thank you for your help