Direct-BT
2.3.1
Direct-BT - Direct Bluetooth Programming.
|
#include <cstring>
#include <string>
#include <memory>
#include <cstdint>
#include <mutex>
#include <atomic>
#include "UUID.hpp"
#include "BTTypes0.hpp"
#include "OctetTypes.hpp"
#include "ATTPDUTypes.hpp"
#include "BTTypes1.hpp"
Go to the source code of this file.
Classes | |
class | direct_bt::BTGattDesc |
BT Core Spec v5.2: Vol 3, Part G GATT: 3.3.3 Characteristic Descriptor. More... | |
Namespaces | |
direct_bt | |
Typedefs | |
typedef std::shared_ptr< BTGattDesc > | direct_bt::BTGattDescRef |
Functions | |
bool | direct_bt::operator== (const BTGattDesc &lhs, const BTGattDesc &rhs) noexcept |
bool | direct_bt::operator!= (const BTGattDesc &lhs, const BTGattDesc &rhs) noexcept |