Direct-BT
2.3.1
Direct-BT - Direct Bluetooth Programming.
|
#include <cstring>
#include <string>
#include <memory>
#include <cstdint>
#include <mutex>
#include <atomic>
#include <jau/java_uplink.hpp>
#include "UUID.hpp"
#include "BTTypes0.hpp"
#include "OctetTypes.hpp"
#include "ATTPDUTypes.hpp"
#include "BTTypes1.hpp"
#include "BTGattDesc.hpp"
Go to the source code of this file.
Classes | |
class | direct_bt::BTGattChar |
class | direct_bt::BTGattChar::Listener |
BTGattChar event listener for notification and indication events. More... | |
class | direct_bt::BTGattCharListener |
BTGattChar event listener for notification and indication events. More... | |
class | direct_bt::AssociatedBTGattCharListener |
Namespaces | |
direct_bt | |
Typedefs | |
typedef std::shared_ptr< BTGattService > | direct_bt::BTGattServiceRef |
typedef std::shared_ptr< BTGattChar > | direct_bt::BTGattCharRef |
Functions | |
bool | direct_bt::operator== (const BTGattChar &lhs, const BTGattChar &rhs) noexcept |
bool | direct_bt::operator!= (const BTGattChar &lhs, const BTGattChar &rhs) noexcept |