Direct-BT v3.3.0-1-gc2d430c
Direct-BT - Direct Bluetooth Programming.
|
#include <cstring>
#include <string>
#include <memory>
#include <cstdint>
#include <mutex>
#include <jau/darray.hpp>
#include "BTTypes1.hpp"
#include "HCIIoctl.hpp"
#include "HCIComm.hpp"
#include "MgmtTypes.hpp"
#include "SMPHandler.hpp"
#include "BTGattHandler.hpp"
#include "SMPKeyBin.hpp"
Go to the source code of this file.
Classes | |
class | direct_bt::BTDevice |
BTDevice represents one remote Bluetooth device. More... | |
Namespaces | |
namespace | direct_bt |
Typedefs | |
typedef std::shared_ptr< BTDevice > | direct_bt::BTDeviceRef |
Functions | |
bool | direct_bt::operator!= (const BTDevice &lhs, const BTDevice &rhs) noexcept |
bool | direct_bt::operator== (const BTDevice &lhs, const BTDevice &rhs) noexcept |