Kallisto Linux API
Library for interacting with Kallisto devices
BluetoothAdapterManager::Listener Class Referenceabstract

#include <bluetooth_adapter_manager.hpp>

Inheritance diagram for BluetoothAdapterManager::Listener:

Public Member Functions

virtual void onAdapterConnected (BluetoothAdapter &adapter)=0
 
virtual void onAdapterDisconnected (BluetoothAdapter &adapter)=0
 

Detailed Description

Interface for Adapter events

Member Function Documentation

◆ onAdapterConnected()

virtual void onAdapterConnected ( BluetoothAdapter adapter)
pure virtual

Called when a new Bluetooth adapter is connected.

Parameters
adapterThe new adapter.

Implemented in KallistoCoreImpl.

◆ onAdapterDisconnected()

virtual void onAdapterDisconnected ( BluetoothAdapter adapter)
pure virtual

Called when a Bluetooth adapter is disconnected.

Parameters
adapterThe disconnected adapter.

Implemented in KallistoCoreImpl.


The documentation for this class was generated from the following file: