Lines Matching refs:models
212 static const struct bt_mesh_model models[] = { variable
234 BT_MESH_ELEM(0, models, vnd_models),
270 ASSERT_OK(bt_mesh_model_extend(model, &models[4])); in model3_init()
388 bt_mesh_model_send(&models[2], &ctx, &msg, NULL, NULL); in test_tx_ext_model()
391 bt_mesh_model_send(&models[3], &ctx, &msg, NULL, NULL); in test_tx_ext_model()
394 bt_mesh_model_send(&models[4], &ctx, &msg, NULL, NULL); in test_tx_ext_model()
397 bt_mesh_model_send(&models[5], &ctx, &msg, NULL, NULL); in test_tx_ext_model()
400 bt_mesh_model_send(&models[6], &ctx, &msg, NULL, NULL); in test_tx_ext_model()
523 const struct bt_mesh_model *model = &models[2]; in msgf_publish()
685 const struct bt_mesh_model *model = &models[2]; in tx_period()
771 const struct bt_mesh_model *model = &models[2]; in tx_transmit()
872 const struct bt_mesh_model *model = &models[2]; in test_tx_cancel()