Searched refs:TEST_MODEL_ID_2 (Results 1 – 2 of 2) sorted by relevance
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/mesh/src/ |
D | test_access.c | 22 #define TEST_MODEL_ID_2 0x2b2b macro 211 BT_MESH_MODEL_CB(TEST_MODEL_ID_2, model_op2, NULL, NULL, &test_model2_cb), 220 BT_MESH_MODEL_CB(TEST_MODEL_ID_2, model_ne_op2, NULL, NULL, &test_model2_cb), 319 uint16_t model_ids[] = {TEST_MODEL_ID_1, TEST_MODEL_ID_2, in common_configure() 357 err = bt_mesh_cfg_cli_mod_sub_add(0, addr, addr, GROUP_ADDR, TEST_MODEL_ID_2, &status); in subscription_configure() 361 TEST_MODEL_ID_2, err, status); in subscription_configure() 429 case TEST_MODEL_ID_2: in test_sub_ext_model() 475 GROUP_ADDR + i, TEST_MODEL_ID_2, &status), in test_sub_capacity_ext_model() 481 uint16_t model_ids[] = {TEST_MODEL_ID_1, TEST_MODEL_ID_2, in test_sub_capacity_ext_model()
|
D | test_cdp1.c | 24 #define TEST_MODEL_ID_2 0x2b2b macro 63 BT_MESH_MODEL_CB(TEST_MODEL_ID_2, model_op_2, NULL, NULL, &test_model_2_cb), 128 ASSERT_OK(bt_mesh_model_correspond(model, bt_mesh_model_find(&elems[0], TEST_MODEL_ID_2))); in model_4_init()
|