Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bluetooth/controller/ctrl_feature_exchange/src/
Dmain_hci.c151 int ctx_counter; in ZTEST() local
160 ctx_counter = 0; in ZTEST()
163 ctx_counter++; in ZTEST()
166 zassert_equal(ctx_counter, CONFIG_BT_CTLR_LLCP_LOCAL_PROC_CTX_BUF_NUM + 1, in ZTEST()
172 zassert_equal(llcp_ctx_buffers_free(), test_ctx_buffers_cnt() - (ctx_counter - 1), in ZTEST()
/Zephyr-latest/tests/bluetooth/controller/ctrl_hci/src/
Dmain.c132 int ctx_counter; in ZTEST() local
142 ctx_counter = 0; in ZTEST()
145 ctx_counter++; in ZTEST()
198 int ctx_counter; in ZTEST() local
207 ctx_counter = 0; in ZTEST()
210 ctx_counter++; in ZTEST()