|
Direct-BT
2.3.1
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/function_def.hpp>#include <jau/darray.hpp>#include <jau/cow_darray.hpp>#include "UUID.hpp"#include "BTTypes0.hpp"#include "L2CAPComm.hpp"#include "SMPTypes.hpp"Go to the source code of this file.
Classes | |
| class | direct_bt::SMPEnv |
| SMP Singleton runtime environment properties. More... | |
| class | direct_bt::SMPHandler |
| A thread safe SMP handler associated to one device via one L2CAP connection. More... | |
Namespaces | |
| direct_bt | |
Macros | |
| #define | SMP_SUPPORTED_BY_OS 1 |
| Linux/BlueZ prohibits access to the existing SMP implementation via L2CAP (socket). More... | |
| #define | USE_LINUX_BT_SECURITY 0 |
Typedefs | |
| typedef jau::FunctionDef< bool, const SMPPDUMsg & > | direct_bt::SMPSecurityReqCallback |
| typedef jau::cow_darray< SMPSecurityReqCallback > | direct_bt::SMPSecurityReqCallbackList |
| #define SMP_SUPPORTED_BY_OS 1 |
Linux/BlueZ prohibits access to the existing SMP implementation via L2CAP (socket).
Definition at line 56 of file SMPHandler.hpp.
| #define USE_LINUX_BT_SECURITY 0 |
Definition at line 57 of file SMPHandler.hpp.
1.8.18