42 #ifndef KALLISTO_EVENT_LISTENER_HPP 43 #define KALLISTO_EVENT_LISTENER_HPP 57 class KallistoEventListener {
75 virtual void onLinkLoss(std::chrono::nanoseconds timestamp, Kallisto& device);
82 virtual void onLinkRecovered(std::chrono::nanoseconds timestamp, Kallisto& device);
89 virtual void onLinkRemoved(std::chrono::nanoseconds timestamp, Kallisto& device) = 0;
95 #endif // KALLISTO_EVENT_LISTENER_HPP Definition: bluetooth_adapter.hpp:52
virtual void onLinkLoss(std::chrono::nanoseconds timestamp, Kallisto &device)
virtual void onLinkRecovered(std::chrono::nanoseconds timestamp, Kallisto &device)
virtual void onLinkRemoved(std::chrono::nanoseconds timestamp, Kallisto &device)=0
virtual ~KallistoEventListener()