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