Home
last modified time | relevance | path

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

/Zephyr-latest/samples/bluetooth/central_multilink/src/
Dcentral_multilink.c34 static struct bt_conn *conn_connecting; variable
59 if (conn_connecting) { in device_found()
84 &conn_connecting); in device_found()
151 bt_conn_unref(conn_connecting); in connected()
152 conn_connecting = NULL; in connected()
158 conn_connecting = NULL; in connected()
/Zephyr-latest/tests/bsim/bluetooth/host/misc/conn_stress/central/src/
Dmain.c80 static struct bt_conn *conn_connecting; variable
361 &conn_connecting); in parse_ad()
414 conn_info_ref->conn_ref = conn_connecting; in connected_cb()
426 __ASSERT_NO_MSG(conn == conn_connecting); in connected_cb()
427 if (conn == conn_connecting) { in connected_cb()
428 conn_connecting = NULL; in connected_cb()
680 bt_addr_le_to_str(bt_conn_get_dst(conn_connecting), in test_central_main()