zephyr/samples/bluetooth/gatt/hog.h

20 lines
225 B
C

/** @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