blob: 09639e6c93e5a69218e5dafbace6f9e7b68f8deb [file] [log] [blame]
/** @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