Line data Source code
1 1 : /** @file
2 : * @brief GATT Device Information Service
3 : */
4 :
5 : /*
6 : * Copyright (c) 2018 Nordic Semiconductor ASA
7 : * Copyright (c) 2016 Intel Corporation
8 : *
9 : * SPDX-License-Identifier: Apache-2.0
10 : */
11 :
12 : #ifndef ZEPHYR_INCLUDE_BLUETOOTH_SERVICES_DIS_H_
13 : #define ZEPHYR_INCLUDE_BLUETOOTH_SERVICES_DIS_H_
14 :
15 : #ifdef __cplusplus
16 : extern "C" {
17 : #endif
18 :
19 : #ifdef __cplusplus
20 : }
21 : #endif
22 :
23 : #endif /* ZEPHYR_INCLUDE_BLUETOOTH_SERVICES_DIS_H_ */
|