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