Searched refs:vnd_models (Results 1 – 6 of 6) sorted by relevance
| /tests/bluetooth/mesh/basic/src/ |
| A D | main.c | 112 static const struct bt_mesh_model vnd_models[] = { variable 118 BT_MESH_ELEM(0, root_models, vnd_models),
|
| /tests/bsim/bluetooth/mesh/src/ |
| A D | mesh_test.c | 219 static const struct bt_mesh_model vnd_models[] = { variable 224 const struct bt_mesh_model *test_vnd_model = &vnd_models[0]; 227 BT_MESH_ELEM(0, models, vnd_models),
|
| A D | test_op_agg.c | 188 ASSERT_OK(dummy_vnd_mod_get(&elements[0].vnd_models[0], &ctx, i)); in common_init()
|
| A D | test_access.c | 231 static const struct bt_mesh_model vnd_models[] = {}; variable 234 BT_MESH_ELEM(0, models, vnd_models), 235 BT_MESH_ELEM(1, models_ne, vnd_models),
|
| A D | test_sar.c | 188 const struct bt_mesh_model *dummy_vnd_mod = &elements[0].vnd_models[0]; in cli_max_len_sdu_send()
|
| /tests/bluetooth/tester/src/ |
| A D | btp_mesh.c | 1097 static const struct bt_mesh_model vnd_models[] = { variable 1103 BT_MESH_ELEM(0, primary_models, vnd_models), 1116 BT_MESH_ELEM(0, primary_models_alt, vnd_models), 1641 vnd_models[0].keys[0] = vnd_app_key_idx; in net_send() 1646 err = bt_mesh_model_send(&vnd_models[0], &ctx, &msg, NULL, NULL); in net_send()
|
Completed in 30 milliseconds