Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bluetooth/common/testlib/include/testlib/
Dconn.h124 struct bt_conn *bt_testlib_conn_unindex(enum bt_conn_type conn_type, uint8_t conn_index);
/Zephyr-latest/tests/bluetooth/common/testlib/src/
Dconn_ref.c58 struct bt_conn *bt_testlib_conn_unindex(enum bt_conn_type conn_type, uint8_t conn_index) in bt_testlib_conn_unindex() function
Dconn_wait.c96 struct bt_conn *conn = bt_testlib_conn_unindex(BT_CONN_TYPE_LE, i); in bt_testlib_conn_wait_free()