Home
last modified time | relevance | path

Searched refs:heartrate (Results 1 – 6 of 6) sorted by relevance

/Zephyr-4.1.0/tests/bluetooth/shell/src/
Dmain.c112 static uint8_t heartrate = 90U; in hrs_notify() local
115 heartrate++; in hrs_notify()
116 if (heartrate == 160U) { in hrs_notify()
117 heartrate = 90U; in hrs_notify()
120 bt_hrs_notify(heartrate); in hrs_notify()
/Zephyr-4.1.0/tests/bsim/bluetooth/ll/conn/src/
Dtest_connect2.c182 static uint8_t heartrate = 90U; in hrs_notify() local
185 heartrate++; in hrs_notify()
186 if (heartrate == 160U) { in hrs_notify()
187 heartrate = 90U; in hrs_notify()
190 bt_hrs_notify(heartrate); in hrs_notify()
/Zephyr-4.1.0/samples/bluetooth/peripheral_hr/src/
Dmain.c109 static uint8_t heartrate = 90U; in hrs_notify() local
112 heartrate++; in hrs_notify()
113 if (heartrate == 160U) { in hrs_notify()
114 heartrate = 90U; in hrs_notify()
118 bt_hrs_notify(heartrate); in hrs_notify()
/Zephyr-4.1.0/samples/bluetooth/hci_pwr_ctrl/src/
Dmain.c219 static uint8_t heartrate = 90U; in hrs_notify() local
222 heartrate++; in hrs_notify()
223 if (heartrate == 160U) { in hrs_notify()
224 heartrate = 90U; in hrs_notify()
227 bt_hrs_notify(heartrate); in hrs_notify()
/Zephyr-4.1.0/include/zephyr/bluetooth/services/
Dhrs.h95 int bt_hrs_notify(uint16_t heartrate);
/Zephyr-4.1.0/subsys/bluetooth/services/
Dhrs.c162 int bt_hrs_notify(uint16_t heartrate) in bt_hrs_notify() argument
168 hrm[1] = heartrate; in bt_hrs_notify()