Direct-BT v3.3.0-1-gc2d430c
Direct-BT - Direct Bluetooth Programming.
|
#include <cstring>
#include <string>
#include <cstdint>
#include <array>
#include <mutex>
#include <atomic>
#include <thread>
#include <jau/darray.hpp>
#include <jau/environment.hpp>
#include <jau/ringbuffer.hpp>
#include <jau/java_uplink.hpp>
#include <jau/octets.hpp>
#include <jau/service_runner.hpp>
#include <jau/functional.hpp>
#include "BTTypes0.hpp"
#include "BTIoctl.hpp"
#include "HCIComm.hpp"
#include "HCITypes.hpp"
#include "MgmtTypes.hpp"
Go to the source code of this file.
Classes | |
class | direct_bt::HCIEnv |
HCI Singleton runtime environment properties. More... | |
class | direct_bt::HCIHandler |
A thread safe singleton handler of the HCI control channel to one controller (BT adapter) More... | |
Namespaces | |
namespace | direct_bt |
Typedefs | |
typedef jau::function< void(const BDAddressAndType &, const SMPPDUMsg &, const HCIACLData::l2cap_frame &)> | direct_bt::HCISMPMsgCallback |
typedef jau::cow_darray< HCISMPMsgCallback > | direct_bt::HCISMPMsgCallbackList |