Bluenet
5.7.0
Bluenet, firmware for nRF52 smart home devices
Loading...
Searching...
No Matches
cs_MicroappService.h
Go to the documentation of this file.
1
/*
2
* Author: Crownstone Team
3
* Copyright: Crownstone (https://crownstone.rocks)
4
* Date: Jul 13, 2015
5
* License: LGPLv3+, Apache License 2.0, and/or MIT (triple-licensed)
6
*/
7
#pragma once
8
9
#include <
ble/cs_Characteristic.h
>
10
#include <
ble/cs_Service.h
>
11
12
class
MicroappService
:
public
Service
{
13
public
:
14
MicroappService
(
const
UUID
& uuid);
15
void
createCharacteristics
();
16
};
MicroappService
Definition:
cs_MicroappService.h:12
MicroappService::createCharacteristics
void createCharacteristics()
MicroappService::MicroappService
MicroappService(const UUID &uuid)
Service
Base class for a BLE service.
Definition:
cs_Service.h:26
UUID
Class that enables the use of 128 bit service UUIDs.
Definition:
cs_UUID.h:35
cs_Characteristic.h
cs_Service.h
BLE service.
source
include
services
cs_MicroappService.h
Generated by
1.9.5