Home
last modified time | relevance | path

Searched refs:bt_conn_ref (Results 1 – 25 of 84) sorted by relevance

1234

/Zephyr-latest/tests/bluetooth/audio/mocks/src/
Dconn.c23 struct bt_conn *bt_conn_ref(struct bt_conn *conn) in bt_conn_ref() function
/Zephyr-latest/tests/bluetooth/common/testlib/src/
Dconn_ref.c54 data->found_conn = bt_conn_ref(conn); in find_by_index()
Dadv.c31 *g_ctx->result = bt_conn_ref(info->conn); in connected_cb()
/Zephyr-latest/samples/bluetooth/tmap_peripheral/src/
Dmcp_ctlr.c54 default_conn = bt_conn_ref(conn); in mcp_ctlr_init()
Dccp_call_ctrl.c128 default_conn = bt_conn_ref(conn); in ccp_call_ctrl_init()
/Zephyr-latest/tests/bsim/bluetooth/host/iso/cis/src/
Dcommon.c27 default_conn = bt_conn_ref(conn); in connected()
/Zephyr-latest/subsys/bluetooth/mesh/
Dpb_gatt.c112 link.conn = bt_conn_ref(conn); in bt_mesh_pb_gatt_start()
143 link.conn = bt_conn_ref(conn); in bt_mesh_pb_gatt_cli_start()
/Zephyr-latest/samples/bluetooth/peripheral_gatt_write/src/
Dperipheral_gatt_write.c90 conn = bt_conn_ref(conn_connected); in peripheral_gatt_write()
/Zephyr-latest/samples/bluetooth/central_gatt_write/src/
Dcentral_gatt_write.c110 conn = bt_conn_ref(conn_connected); in central_gatt_write()
/Zephyr-latest/samples/bluetooth/mtu_update/peripheral/src/
Dperipheral_mtu_update.c65 default_conn = bt_conn_ref(conn); in connected()
/Zephyr-latest/tests/bsim/bluetooth/samples/battery_service/src/
Dperipheral_test.c77 default_conn = bt_conn_ref(conn); in connected()
/Zephyr-latest/samples/bluetooth/extended_adv/advertiser/src/
Dmain.c48 default_conn = bt_conn_ref(conn); in connected_cb()
/Zephyr-latest/samples/bluetooth/st_ble_sensor/src/
Dmain.c161 ble_conn = bt_conn_ref(connected); in connected()
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/sc_indicate/src/
Dbs_bt_utils.c64 g_conn = bt_conn_ref(conn); in connected()
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/caching/src/
Dgatt_server_test.c30 g_conn = bt_conn_ref(conn); in connected()
/Zephyr-latest/tests/bsim/bluetooth/host/security/bond_overwrite_allowed/src/
Dbs_bt_utils.c54 g_conn = bt_conn_ref(conn); in connected()
/Zephyr-latest/tests/bsim/bluetooth/ll/conn/src/
Dtest_connect2.c104 default_conn = bt_conn_ref(conn); in connected()
/Zephyr-latest/tests/bsim/bluetooth/host/security/bond_overwrite_denied/src/
Dbs_bt_utils.c54 g_conn = bt_conn_ref(conn); in connected()
/Zephyr-latest/samples/bluetooth/peripheral_past/src/
Dmain.c82 default_conn = bt_conn_ref(conn); in connected()
/Zephyr-latest/tests/bsim/bluetooth/host/security/security_changed_callback/src/
Dbs_bt_utils.c61 g_conn = bt_conn_ref(conn); in connected()
/Zephyr-latest/subsys/bluetooth/host/
Dconn.c858 bt_conn_ref(conn); in bt_conn_data_ready()
963 return bt_conn_ref(conn); in get_conn_ready()
1147 struct bt_conn *conn = bt_conn_ref(&conns[i]); in conn_lookup_handle()
1192 bt_conn_ref(conn); in bt_conn_set_state()
1427 struct bt_conn *conn = bt_conn_ref(&acl_conns[i]); in bt_conn_foreach()
1444 struct bt_conn *conn = bt_conn_ref(&sco_conns[i]); in bt_conn_foreach()
1460 struct bt_conn *conn = bt_conn_ref(&iso_conns[i]); in bt_conn_foreach()
1473 struct bt_conn *bt_conn_ref(struct bt_conn *conn) in bt_conn_ref() function
2120 struct bt_conn *iso = bt_conn_ref(&iso_conns[i]); in conn_lookup_iso()
2143 struct bt_conn *sco = bt_conn_ref(&sco_conns[i]); in conn_lookup_sco()
[all …]
/Zephyr-latest/tests/bsim/bluetooth/host/att/eatt/src/
Dcommon.c38 default_conn = bt_conn_ref(conn); in connected()
/Zephyr-latest/doc/connectivity/bluetooth/api/
Dconnection_mgmt.rst12 :c:func:`bt_conn_ref` API whenever storing a connection pointer for a
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/notify_multiple/src/
Dgatt_server_test.c34 g_conn = bt_conn_ref(conn); in connected()
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/settings/src/
Dutils.c57 default_conn = bt_conn_ref(conn); in connected()

1234