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