Home
last modified time | relevance | path

Searched refs:heart_rate_service_body_sensor_location_t (Results 1 – 3 of 3) sorted by relevance

/btstack/src/ble/gatt-service/
H A Dheart_rate_service_server.h90 } heart_rate_service_body_sensor_location_t; typedef
105 void heart_rate_service_server_init(heart_rate_service_body_sensor_location_t body_sensor_location,…
H A Dheart_rate_service_server.c81 heart_rate_service_body_sensor_location_t sensor_location;
145 void heart_rate_service_server_init(heart_rate_service_body_sensor_location_t location, int energy_… in heart_rate_service_server_init()
/btstack/test/gatt_service_server/
H A Dheart_rate_service_server_test.cpp31 heart_rate_service_body_sensor_location_t location; in TEST_GROUP()