Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
d267250f7b6e8d00b5df4c845e2cb22d19f4fb1b
/
.
/
samples
/
bluetooth
/
gatt
/
hog.h
blob: 7ca8b294d6d5a18d3a4835381c0c887ba098fdda [
file
] [
log
] [
blame
]
/** @file
* @brief HoG Service sample
*/
/*
* Copyright (c) 2016 Intel Corporation
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifdef
__cplusplus
extern
"C"
{
#endif
void
hog_init
(
void
);
#ifdef
__cplusplus
}
#endif