123456789101112131415161718192021222324252627282930313233343536373839404142 |
- #ifndef ZEPHYR_INCLUDE_BLUETOOTH_SERVICES_HRS_H_
- #define ZEPHYR_INCLUDE_BLUETOOTH_SERVICES_HRS_H_
- #ifdef __cplusplus
- extern "C" {
- #endif
- int bt_hrs_notify(uint16_t heartrate);
- #ifdef __cplusplus
- }
- #endif
- #endif
|