Searched refs:test_send_ctx (Results 1 – 3 of 3) sorted by relevance
30 struct bt_mesh_msg_ctx test_send_ctx; variable456 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 …]
181 extern struct bt_mesh_msg_ctx test_send_ctx;
292 test_send_ctx.app_idx = 1; in test_tx_unknown_app()