|
Nol.A SDK Library
25.8.1
For IoT System Software Development
|
The result of having performed a scan. More...
#include <vector>#include <BLEAdvertisedDevice.hpp>#include <BLEClient.hpp>#include <Spinlock.hpp>Classes | |
| class | BLEScanResults |
| The result of having performed a scan. When a scan completes, we have a set of found devices. Each device is described by a BLEAdvertisedDevice object. The number of items in the set is given by getCount(). We can retrieve a device by calling getDevice() passing in the index (starting at 0) of the desired device. More... | |
| class | BLEScan |
| Perform and manage BLE scans. More... | |
The result of having performed a scan.