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_; }