Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bluetooth/controller/common/src/
Dhelper_util.c51 static struct ll_conn *emul_conn_pool[CONFIG_BT_MAX_CONN]; variable
247 if (emul_conn_pool[i] == conn) { in find_idx()
283 memset(emul_conn_pool, 0x00, sizeof(emul_conn_pool)); in test_setup()
284 emul_conn_pool[0] = conn; in test_setup()
307 emul_conn_pool[idx] = conn; in test_setup_idx()