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