|
Direct-BT v3.3.0-1-gc2d430c
Direct-BT - Direct Bluetooth Programming.
|
#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 <jau/octets.hpp>#include <jau/service_runner.hpp>#include "BTTypes0.hpp"#include "BTIoctl.hpp"#include "HCIComm.hpp"#include "MgmtTypes.hpp"#include "BTAdapter.hpp"#include "jau/int_types.hpp"Go to the source code of this file.
Classes | |
| class | direct_bt::BTManager |
| A thread safe singleton handler of the BTAdapter manager, e.g. More... | |
| class | direct_bt::MgmtEnv |
| Managment Singleton runtime environment properties. More... | |
Namespaces | |
| namespace | direct_bt |
Typedefs | |
| typedef jau::function< void(bool, std::shared_ptr< BTAdapter > &)> | direct_bt::ChangedAdapterSetCallback |
| Callback jau::function to receive change events regarding the system's adapter set, e.g. More... | |
| typedef jau::cow_darray< ChangedAdapterSetCallback > | direct_bt::ChangedAdapterSetCallbackList |
| typedef void(* | 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... | |