Zephyr API Documentation  2.7.0-rc2
A Scalable Open Source RTOS
hrs.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2016 Intel Corporation
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7#ifndef ZEPHYR_INCLUDE_BLUETOOTH_SERVICES_HRS_H_
8#define ZEPHYR_INCLUDE_BLUETOOTH_SERVICES_HRS_H_
9
20#ifdef __cplusplus
21extern "C" {
22#endif
23
32int bt_hrs_notify(uint16_t heartrate);
33
34#ifdef __cplusplus
35}
36#endif
37
42#endif /* ZEPHYR_INCLUDE_BLUETOOTH_SERVICES_HRS_H_ */
int bt_hrs_notify(uint16_t heartrate)
Notify heart rate measurement.
__UINT16_TYPE__ uint16_t
Definition: stdint.h:59