1 /**
2  * Copyright (c) 2019 Oticon A/S
3  *
4  * SPDX-License-Identifier: Apache-2.0
5  */
6 /**
7  * @brief Service F
8  *
9  *  This code is auto-generated from the Excel Workbook
10  *  'GATT_Test_Databases.xlsm' Sheet: 'Large Database 1'
11  */
12 #ifndef SERVICE_F_1_H
13 #define SERVICE_F_1_H
14 
15 #ifdef __cplusplus
16 extern "C" {
17 #endif
18 
19 void service_f_1_init(void);
20 void service_f_1_remove(void);
21 
22 #ifdef __cplusplus
23 }
24 #endif
25 #endif /* SERVICE_F_1_H */
26