Lines Matching refs:test_send_ctx
30 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()
549 err = bt_mesh_model_send(test_model, &test_send_ctx, &buf, send_cb, cb_data); in bt_mesh_test_send_data()