Search found 3 matches
- Thu Apr 18, 2019 7:36 am
- Forum: General Discussion
- Topic: Duration of BLE scan
- Replies: 7
- Views: 22825
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...
- Wed Apr 17, 2019 4:14 pm
- Forum: General Discussion
- Topic: Duration of BLE scan
- Replies: 7
- Views: 22825
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 ...
pBLEScan->start(scanTime, false);
I do not have my hand until the end of the procedure which lasts 1s ...
- Wed Apr 17, 2019 8:36 am
- Forum: General Discussion
- Topic: Duration of BLE scan
- Replies: 7
- Views: 22825
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
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