|
Direct-BT v3.3.0-1-gc2d430c
Direct-BT - Direct Bluetooth Programming.
|
#include <jau/octets.hpp>#include <jau/uuid.hpp>#include <cstring>#include <string>#include <memory>#include <cstdint>#include <mutex>#include <atomic>#include "BTTypes0.hpp"#include "ATTPDUTypes.hpp"#include "BTTypes1.hpp"Go to the source code of this file.
Classes | |
| class | direct_bt::BTGattDesc |
| Representing a Gatt Characteristic Descriptor object from the GATTRole::Client perspective. More... | |
Namespaces | |
| namespace | 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 |