Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/ecred/dut/src/
Ddut.c21 static atomic_t disconnected_channels; variable
44 atomic_inc(&disconnected_channels); in l2cap_chan_disconnected_cb()
112 while (atomic_get(&disconnected_channels) < 4) { in entrypoint_dut()