Direct-BT v3.3.0-1-gc2d430c
Direct-BT - Direct Bluetooth Programming.
Classes | Namespaces | Typedefs | Functions
BTGattChar.hpp File Reference
#include <cstring>
#include <string>
#include <memory>
#include <cstdint>
#include <mutex>
#include <atomic>
#include <jau/java_uplink.hpp>
#include <jau/octets.hpp>
#include <jau/uuid.hpp>
#include "BTTypes0.hpp"
#include "ATTPDUTypes.hpp"
#include "BTTypes1.hpp"
#include "BTGattDesc.hpp"
#include "jau/int_types.hpp"
Include dependency graph for BTGattChar.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  direct_bt::BTGattChar
 Representing a Gatt Characteristic object from the GATTRole::Client perspective. More...
 
class  direct_bt::BTGattCharListener
 BTGattChar event listener for notification and indication events. More...
 

Namespaces

namespace  direct_bt
 

Typedefs

typedef std::shared_ptr< BTGattCharListener > direct_bt::BTGattCharListenerRef
 
typedef std::shared_ptr< BTGattChar > direct_bt::BTGattCharRef
 
typedef std::shared_ptr< BTGattHandler > direct_bt::BTGattHandlerRef
 
typedef std::shared_ptr< BTGattService > direct_bt::BTGattServiceRef
 

Functions

constexpr uint8_t direct_bt::number (const BTGattChar::PropertyBitVal rhs) noexcept
 
bool direct_bt::operator!= (const BTGattChar &lhs, const BTGattChar &rhs) noexcept
 
constexpr bool direct_bt::operator!= (const BTGattChar::PropertyBitVal lhs, const BTGattChar::PropertyBitVal rhs) noexcept
 
constexpr BTGattChar::PropertyBitVal direct_bt::operator& (const BTGattChar::PropertyBitVal lhs, const BTGattChar::PropertyBitVal rhs) noexcept
 
bool direct_bt::operator== (const BTGattChar &lhs, const BTGattChar &rhs) noexcept
 
constexpr bool direct_bt::operator== (const BTGattChar::PropertyBitVal lhs, const BTGattChar::PropertyBitVal rhs) noexcept
 
constexpr BTGattChar::PropertyBitVal direct_bt::operator| (const BTGattChar::PropertyBitVal lhs, const BTGattChar::PropertyBitVal rhs) noexcept
 
std::string direct_bt::to_string (const BTGattChar::PropertyBitVal mask) noexcept