Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
3b1fb7f9a927da0936d81d4778fe6f3d89eae704
/
.
/
samples
/
bluetooth
/
gatt
/
dis.h
blob: b3f5ce10ebd132f5edc93b83d6905f8fd8c9c990 [
file
] [
log
] [
blame
]
/** @file
* @brief DIS Service sample
*/
/*
* Copyright (c) 2016 Intel Corporation
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifdef
__cplusplus
extern
"C"
{
#endif
void
dis_init
(
const
char
*
model
,
const
char
*
manuf
);
#ifdef
__cplusplus
}
#endif