Home
last modified time | relevance | path

Searched refs:TEST_MODEL_ID_1 (Results 1 – 2 of 2) sorted by relevance

/Zephyr-Core-3.5.0/tests/bsim/bluetooth/mesh/src/
Dtest_cdp1.c23 #define TEST_MODEL_ID_1 0x2a2a macro
62 BT_MESH_MODEL_CB(TEST_MODEL_ID_1, model_op_1, NULL, NULL, &test_model_1_cb),
116 ASSERT_OK(bt_mesh_model_extend(model, bt_mesh_model_find(&elems[0], TEST_MODEL_ID_1))); in model_2_init()
139 ASSERT_OK(bt_mesh_model_extend(model, bt_mesh_model_find(&elems[0], TEST_MODEL_ID_1))); in model_6_init()
145 ASSERT_OK(bt_mesh_model_extend(model, bt_mesh_model_find(&elems[0], TEST_MODEL_ID_1))); in model_vnd1_init()
Dtest_access.c21 #define TEST_MODEL_ID_1 0x2a2a macro
210 BT_MESH_MODEL_CB(TEST_MODEL_ID_1, model_op1, &model_pub1, NULL, &test_model1_cb),
219 BT_MESH_MODEL_CB(TEST_MODEL_ID_1, model_ne_op1, NULL, NULL, &test_model1_cb),
319 uint16_t model_ids[] = {TEST_MODEL_ID_1, TEST_MODEL_ID_2, in common_configure()
425 case TEST_MODEL_ID_1: in test_sub_ext_model()
481 uint16_t model_ids[] = {TEST_MODEL_ID_1, TEST_MODEL_ID_2, in test_sub_capacity_ext_model()
509 err = bt_mesh_cfg_cli_mod_pub_set(0, UNICAST_ADDR1, UNICAST_ADDR1, TEST_MODEL_ID_1, in pub_param_set()