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