2016-03-16 21:46:46 +08:00
|
|
|
/** @file
|
|
|
|
* @brief HRS Service sample
|
|
|
|
*/
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Copyright (c) 2016 Intel Corporation
|
|
|
|
*
|
2017-01-19 09:01:01 +08:00
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
2016-03-16 21:46:46 +08:00
|
|
|
*/
|
|
|
|
|
2016-12-16 17:21:21 +08:00
|
|
|
#ifdef __cplusplus
|
|
|
|
extern "C" {
|
|
|
|
#endif
|
|
|
|
|
2017-04-21 22:47:21 +08:00
|
|
|
void hrs_init(u8_t blsc);
|
2016-03-16 21:46:46 +08:00
|
|
|
void hrs_notify(void);
|
2016-12-16 17:21:21 +08:00
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
}
|
|
|
|
#endif
|