Lines Matching full:static

32 	static int model_##number##_init(const struct bt_mesh_model *model);			   \
33 static const struct bt_mesh_model_cb test_model_##number##_cb = { \
36 static const struct bt_mesh_model_op model_op_##number[] = { \
48 static uint8_t app_key[16] = {0xaa};
49 static uint8_t net_key[16] = {0xcc};
51 static const struct bt_mesh_test_cfg node_1_cfg = {
56 static struct bt_mesh_prov prov;
57 static struct bt_mesh_cfg_cli cfg_cli;
59 static const struct bt_mesh_model models_1[] = {
67 static const struct bt_mesh_model models_2[] = {
71 static const struct bt_mesh_model models_3[] = {
75 static const struct bt_mesh_model models_4[] = {
79 static const struct bt_mesh_model models_vnd1[] = {
84 static const struct bt_mesh_elem elems[] = {
92 static const struct bt_mesh_comp comp = {
109 static int model_1_init(const struct bt_mesh_model *model) in model_1_init()
114 static int model_2_init(const struct bt_mesh_model *model) in model_2_init()
120 static int model_3_init(const struct bt_mesh_model *model) in model_3_init()
125 static int model_4_init(const struct bt_mesh_model *model) in model_4_init()
132 static int model_5_init(const struct bt_mesh_model *model) in model_5_init()
137 static int model_6_init(const struct bt_mesh_model *model) in model_6_init()
143 static int model_vnd1_init(const struct bt_mesh_model *model) in model_vnd1_init()
154 static struct bt_mesh_comp_p1_ext_item test_p1_ext_mod2_mod1 = {.type = SHORT,
160 static struct bt_mesh_comp_p1_ext_item test_p1_ext_vnd1_mod1 = {.type = SHORT,
166 static struct bt_mesh_comp_p1_ext_item test_p1_ext_mod3_mod4 = {.type = SHORT,
172 static struct bt_mesh_comp_p1_ext_item test_p1_ext_mod6_mod1 = {.type = LONG,
178 static const struct bt_mesh_comp_p1_model_item test_p1_cfg_srv_mod = {
184 static const struct bt_mesh_comp_p1_model_item test_p1_cfg_cli_mod = {
190 static const struct bt_mesh_comp_p1_model_item test_p1_mod1 = {
196 static const struct bt_mesh_comp_p1_model_item test_p1_mod2 = {
203 static const struct bt_mesh_comp_p1_model_item test_p1_mod3 = {
210 static const struct bt_mesh_comp_p1_model_item test_p1_mod4 = {
217 static const struct bt_mesh_comp_p1_model_item test_p1_mod5 = {
223 static const struct bt_mesh_comp_p1_model_item test_p1_mod6 = {
229 static const struct bt_mesh_comp_p1_model_item test_p1_vnd1 = {
236 static const struct bt_mesh_comp_p1_model_item test_p1_elem0_models[] = {
241 static const struct bt_mesh_comp_p1_model_item test_p1_elem1_models[] = {
245 static const struct bt_mesh_comp_p1_model_item test_p1_elem2_models[] = {
249 static const struct bt_mesh_comp_p1_model_item test_p1_elem3_models[] = {
253 static const struct bt_mesh_comp_p1_model_item test_p1_elem4_models[] = {
257 static const struct bt_mesh_comp_p1_model_item *test_p1_elem_models[] = {
262 static const struct bt_mesh_comp_p1_elem test_p1_elem0 = {
267 static const struct bt_mesh_comp_p1_elem test_p1_elem1 = {
272 static const struct bt_mesh_comp_p1_elem test_p1_elem2 = {
277 static const struct bt_mesh_comp_p1_elem test_p1_elem3 = {
282 static const struct bt_mesh_comp_p1_elem test_p1_elem4 = {
287 static struct bt_mesh_comp_p1_elem test_p1_elems[] = {
291 static void provision_and_configure(struct bt_mesh_test_cfg cfg) in provision_and_configure()
307 static void verify_model_item(struct bt_mesh_comp_p1_model_item *mod_item, int elem_idx, in verify_model_item()
321 static void verify_ext_item(struct bt_mesh_comp_p1_ext_item *ext_item, int elem_idx, int mod_idx, in verify_ext_item()
358 static void verify_cdp1(struct bt_mesh_comp_p1_elem *p1_elem, in verify_cdp1()
396 static void test_node_data_comparison(void) in test_node_data_comparison()
425 static const struct bst_test_instance test_cdp1[] = {