Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dmesh_test.c30 struct bt_mesh_msg_ctx test_send_ctx; variable
456 test_send_ctx.addr = addr; in bt_mesh_test_send_async()
457 test_send_ctx.send_rel = (flags & FORCE_SEGMENTATION); in bt_mesh_test_send_async()
458 test_send_ctx.send_ttl = BT_MESH_TTL_DEFAULT; in bt_mesh_test_send_async()
459 test_send_ctx.uuid = uuid; in bt_mesh_test_send_async()
486 err = bt_mesh_model_send(test_model, &test_send_ctx, &buf, send_cb, in bt_mesh_test_send_async()
539 test_send_ctx.addr = addr; in bt_mesh_test_send_data()
540 test_send_ctx.send_rel = 0; in bt_mesh_test_send_data()
541 test_send_ctx.send_ttl = BT_MESH_TTL_DEFAULT; in bt_mesh_test_send_data()
542 test_send_ctx.uuid = uuid; in bt_mesh_test_send_data()
[all …]
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()