Direct-BT  2.3.1
Direct-BT - Direct Bluetooth Programming.
Classes | Namespaces | Typedefs
BTManager.hpp File Reference
#include <cstring>
#include <string>
#include <cstdint>
#include <mutex>
#include <atomic>
#include <thread>
#include <jau/environment.hpp>
#include <jau/ringbuffer.hpp>
#include <jau/java_uplink.hpp>
#include <jau/darray.hpp>
#include <jau/cow_darray.hpp>
#include "BTTypes0.hpp"
#include "BTIoctl.hpp"
#include "OctetTypes.hpp"
#include "HCIComm.hpp"
#include "MgmtTypes.hpp"
#include "BTAdapter.hpp"
Include dependency graph for BTManager.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  direct_bt::MgmtEnv
 Managment Singleton runtime environment properties. More...
 
class  direct_bt::BTManager
 A thread safe singleton handler of the Linux Kernel's BlueZ manager control channel. More...
 

Namespaces

 direct_bt
 

Typedefs

typedef bool(* direct_bt::ChangedAdapterSetFunc) (bool added, std::shared_ptr< BTAdapter > &adapter)
 Callback function to receive change events regarding the system's adapter set, e.g. More...
 
typedef jau::FunctionDef< bool, bool, std::shared_ptr< BTAdapter > & > direct_bt::ChangedAdapterSetCallback
 Callback jau::FunctionDef to receive change events regarding the system's adapter set, e.g. More...
 
typedef jau::cow_darray< ChangedAdapterSetCallback > direct_bt::ChangedAdapterSetCallbackList