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
10#include <ble/cs_Service.h>
11
12class MicroappService : public Service {
13public:
14 MicroappService(const UUID& uuid);
16};
Definition: cs_MicroappService.h:12
void createCharacteristics()
MicroappService(const UUID &uuid)
Base class for a BLE service.
Definition: cs_Service.h:26
Class that enables the use of 128 bit service UUIDs.
Definition: cs_UUID.h:35
BLE service.