simplersble 0.14.1-dev73

The all-in-one Bluetooth library that makes it easy to add wireless connectivity to your projects.
Documentation
1
2
3
4
5
6
7
#include "DescriptorBase.h"

using namespace SimpleBLE;

DescriptorBase::DescriptorBase(const BluetoothUUID& uuid) : uuid_(uuid) {}

BluetoothUUID DescriptorBase::uuid() { return uuid_; }