You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The BLE.scan API is (in v 2.0.2) capable of filtering out duplicated detected Peripherals. The fact that Advertisement data of a Peripheral may be presented in one or multiple packets (Adv Data and Scan Response Data). Thus, this ticket is to clarify the requirements of the scan() API on how to process the Adv info from different kinds of Peripheral.
The text was updated successfully, but these errors were encountered:
The scan request will send out after the central see the advertising. So the scan response will be got in an expected time. The implementation can add a delay to return new device. I have implement a solution here #502
The BLE.scan API is (in v 2.0.2) capable of filtering out duplicated detected Peripherals. The fact that Advertisement data of a Peripheral may be presented in one or multiple packets (Adv Data and Scan Response Data). Thus, this ticket is to clarify the requirements of the scan() API on how to process the Adv info from different kinds of Peripheral.
The text was updated successfully, but these errors were encountered: