|
Direct-BT
2.3.1
Direct-BT - Direct Bluetooth Programming.
|
#include <cstring>#include <string>#include <cstdint>#include <mutex>#include <atomic>#include <thread>#include <jau/darray.hpp>#include <jau/environment.hpp>#include <jau/ringbuffer.hpp>#include <jau/java_uplink.hpp>#include "BTTypes0.hpp"#include "BTIoctl.hpp"#include "OctetTypes.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 | |
| direct_bt | |
Typedefs | |
| typedef jau::FunctionDef< bool, const BDAddressAndType &, const SMPPDUMsg &, const HCIACLData::l2cap_frame & > | direct_bt::HCISMPMsgCallback |
| typedef jau::cow_darray< HCISMPMsgCallback > | direct_bt::HCISMPMsgCallbackList |
1.8.18