added debugging

Fork of BLE_nRF8001 by RedBearLab

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers BLEService.cpp Source File

BLEService.cpp

00001 #include "BLEService.h"
00002 
00003 BLEService::BLEService(const char* uuid) :
00004   BLEAttribute(uuid, BLETypeService)
00005 {
00006 }