zephyr/samples/bluetooth/gatt/hrs.h

21 lines
253 B
C

/** @file
* @brief HRS Service sample
*/
/*
* Copyright (c) 2016 Intel Corporation
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifdef __cplusplus
extern "C" {
#endif
void hrs_init(u8_t blsc);
void hrs_notify(void);
#ifdef __cplusplus
}
#endif