Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/tests/bsim/bluetooth/mesh/src/
Dmesh_test.c30 struct bt_mesh_msg_ctx test_send_ctx; variable
449 test_send_ctx.addr = addr; in bt_mesh_test_send_async()
450 test_send_ctx.send_rel = (flags & FORCE_SEGMENTATION); in bt_mesh_test_send_async()
451 test_send_ctx.send_ttl = BT_MESH_TTL_DEFAULT; in bt_mesh_test_send_async()
452 test_send_ctx.uuid = uuid; in bt_mesh_test_send_async()
479 err = bt_mesh_model_send(test_model, &test_send_ctx, &buf, send_cb, in bt_mesh_test_send_async()
533 test_send_ctx.addr = addr; in bt_mesh_test_send_ra()
534 test_send_ctx.send_rel = 0; in bt_mesh_test_send_ra()
535 test_send_ctx.send_ttl = BT_MESH_TTL_DEFAULT; in bt_mesh_test_send_ra()
542 err = bt_mesh_model_send(test_model, &test_send_ctx, &buf, send_cb, cb_data); in bt_mesh_test_send_ra()
Dmesh_test.h181 extern struct bt_mesh_msg_ctx test_send_ctx;
Dtest_transport.c292 test_send_ctx.app_idx = 1; in test_tx_unknown_app()