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