Home
last modified time | relevance | path

Searched refs:total_rx_count (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/tests/bsim/bluetooth/samples/central_hr_peripheral_hr/src/
Dsample_test.c46 extern uint64_t total_rx_count; in test_sample_tick()
49 total_rx_count, PASS_THRESHOLD); in test_sample_tick()
51 if (total_rx_count >= PASS_THRESHOLD) { in test_sample_tick()
/Zephyr-latest/samples/bluetooth/central_hr/src/
Dmain.c30 uint64_t total_rx_count; /* This value is exposed to test code */ variable
44 total_rx_count++; in notify_func()
231 total_rx_count = 0U; in connected()