|
Kallisto Linux API
Library for interacting with Kallisto devices
|
#include <bluetooth_adapter.hpp>

Data Structures | |
| class | ScanRecord |
Public Member Functions | |
| virtual void | onScanStart ()=0 |
| virtual void | onScanStartFailed ()=0 |
| virtual void | onScanStop (std::vector< BluetoothDevice *> devices_found)=0 |
| virtual void | onScan (BluetoothDevice &device, const ScanRecord record)=0 |
Interface for Adapter events
|
pure virtual |
Called when advertisement is received.
| device | Bluetooth device. |
| record | The scan data record. |
Implemented in KallistoCoreImpl.
|
pure virtual |
Called when a scan is started.
Implemented in KallistoCoreImpl.
|
pure virtual |
Called when a scan start fails.
Implemented in KallistoCoreImpl.
|
pure virtual |
Called when a scan is stopped.
| devices_found | All devices found during the scan |
Implemented in KallistoCoreImpl.