Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
87ce5f1935402c706e7e2cf63568571acc037c48
/
.
/
samples
/
bluetooth
/
gatt
/
hrs.h
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