Home
last modified time | relevance | path

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

/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() argument
64 bt_conn_foreach(conn_type, find_by_index, &data); in bt_testlib_conn_unindex()
/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/subsys/bluetooth/host/
Dconn.c1513 enum bt_conn_type conn_type; in bt_conn_unref() local
1522 conn_type = conn->type; in bt_conn_unref()
1543 if (IS_ENABLED(CONFIG_BT_PERIPHERAL) && conn_type == BT_CONN_TYPE_LE && in bt_conn_unref()