Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bsim/bluetooth/host/att/sequential/dut/src/
Dmain.c31 static atomic_t nwrites; variable
159 if (atomic_get(&nwrites) == 0) { in written_to()
165 atomic_inc(&nwrites); in written_to()
311 WAIT_FOR_VAL(nwrites, 3); in test_procedure_0()