2016-03-16 16:04:26 +02:00
|
|
|
/** @file
|
2018-11-01 16:44:52 +01:00
|
|
|
* @brief GATT Device Information Service
|
2016-03-16 16:04:26 +02:00
|
|
|
*/
|
|
|
|
|
|
|
|
/*
|
2018-11-01 16:44:52 +01:00
|
|
|
* Copyright (c) 2018 Nordic Semiconductor ASA
|
2016-03-16 16:04:26 +02:00
|
|
|
* Copyright (c) 2016 Intel Corporation
|
|
|
|
*
|
2017-01-18 17:01:01 -08:00
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
2016-03-16 16:04:26 +02:00
|
|
|
*/
|
|
|
|
|
2016-12-16 11:21:21 +02:00
|
|
|
#ifdef __cplusplus
|
|
|
|
extern "C" {
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
}
|
|
|
|
#endif
|