Lines Matching refs:pub_params

123 	struct bt_mesh_cfg_cli_mod_pub pub_params;  member
143 .pub_params = TEST_MOD_PUB_PARAMS,
152 .pub_params = TEST_VND_MOD_PUB_PARAMS,
163 .pub_params = TEST_MOD_PUB_PARAMS_2,
171 .pub_params = TEST_VND_MOD_PUB_PARAMS_2,
181 .pub_params = DISABLED_MOD_PUB_PARAMS,
189 .pub_params = DISABLED_MOD_PUB_PARAMS,
545 struct bt_mesh_cfg_cli_mod_pub pub_params; in node_configure() local
604 memcpy(&pub_params, &(struct bt_mesh_cfg_cli_mod_pub)TEST_MOD_PUB_PARAMS, in node_configure()
607 &pub_params, &status); in node_configure()
645 memcpy(&pub_params, &(struct bt_mesh_cfg_cli_mod_pub)TEST_VND_MOD_PUB_PARAMS, in node_configure()
648 TEST_VND_MOD_ID, TEST_VND_COMPANY_ID, &pub_params, in node_configure()
724 struct bt_mesh_cfg_cli_mod_pub pub_params = {}; in node_configuration_check() local
728 TEST_MOD_ID, &pub_params, &status); in node_configuration_check()
732 &pub_params, &status); in node_configuration_check()
738 check_mod_pub_params(&(*cfg)[m].pub_params, &pub_params); in node_configuration_check()
760 struct bt_mesh_cfg_cli_mod_pub pub_params; in test_access_sub_overwrite() local
778 memcpy(&pub_params, &(struct bt_mesh_cfg_cli_mod_pub)TEST_MOD_PUB_PARAMS_2, in test_access_sub_overwrite()
781 &pub_params, &status); in test_access_sub_overwrite()
795 memcpy(&pub_params, &(struct bt_mesh_cfg_cli_mod_pub)TEST_VND_MOD_PUB_PARAMS_2, in test_access_sub_overwrite()
798 TEST_VND_MOD_ID, TEST_VND_COMPANY_ID, &pub_params, in test_access_sub_overwrite()
813 struct bt_mesh_cfg_cli_mod_pub pub_params; in test_access_data_remove() local
842 memcpy(&pub_params, &(struct bt_mesh_cfg_cli_mod_pub)TEST_MOD_PUB_PARAMS, in test_access_data_remove()
844 pub_params.addr = BT_MESH_ADDR_UNASSIGNED; in test_access_data_remove()
846 &pub_params, &status); in test_access_data_remove()
873 memcpy(&pub_params, &(struct bt_mesh_cfg_cli_mod_pub)TEST_VND_MOD_PUB_PARAMS, in test_access_data_remove()
875 pub_params.addr = BT_MESH_ADDR_UNASSIGNED; in test_access_data_remove()
876 pub_params.uuid = NULL; in test_access_data_remove()
878 TEST_VND_MOD_ID, TEST_VND_COMPANY_ID, &pub_params, in test_access_data_remove()