Direct-BT v3.3.0-1-gc2d430c
Direct-BT - Direct Bluetooth Programming.
|
#include <cstring>
#include <string>
#include <memory>
#include <cstdint>
#include <mutex>
#include <atomic>
#include <jau/java_uplink.hpp>
#include <jau/darray.hpp>
#include <jau/octets.hpp>
#include <jau/uuid.hpp>
#include "BTTypes0.hpp"
#include "ATTPDUTypes.hpp"
#include "BTTypes1.hpp"
#include "BTGattChar.hpp"
Go to the source code of this file.
Classes | |
class | direct_bt::BTGattService |
Representing a Gatt Service object from the GATTRole::Client perspective. More... | |
Namespaces | |
namespace | direct_bt |
Functions | |
bool | direct_bt::operator!= (const BTGattService &lhs, const BTGattService &rhs) noexcept |
bool | direct_bt::operator== (const BTGattService &lhs, const BTGattService &rhs) noexcept |