1
0
mirror of https://github.com/CovidBraceletPrj/CovidBracelet.git synced 2024-05-28 16:30:12 +02:00
CovidBracelet/src/gatt_service.h

14 lines
183 B
C
Raw Normal View History

/*
* Copyright (c) 2020 Olaf Landsiedel
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef GATT_SERVICE_H
#define GATT_SERVICE_H
int init_gatt(void);
int do_gatt(void);
#endif