|
Sentinel
|
Class to handle Bluetooth scan callbacks. More...
#include <bluetooth.h>
Public Member Functions | |
| ScanCallbacks (BluetoothClient *client) | |
| void | onResult (const NimBLEAdvertisedDevice *advertisedDevice) override |
| Callback function for scan results. | |
Class to handle Bluetooth scan callbacks.
|
override |
Callback function for scan results.
| advertisedDevice | The advertised device found during scanning |
This function is called when a scan result is found.