blob: f68cbae88d8269ce929b5339ca0fa16b0589a2d8 [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(uint8_t blsc);
void hrs_notify(void);
#ifdef __cplusplus
}
#endif