Home
last modified time | relevance | path

Searched refs:model_idx (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-3.4.0/components/bt/esp_ble_mesh/mesh_core/
Dsettings.c731 uint8_t elem_idx = 0U, model_idx = 0U; in model_set() local
748 model_idx = BLE_MESH_GET_MODEL_IDX(model_key); in model_set()
750 model = bt_mesh_model_get(vnd, elem_idx, model_idx); in model_set()
753 vnd ? "vnd" : "sig", elem_idx, model_idx); in model_set()
1853 model_key = BLE_MESH_GET_MODEL_KEY(model->elem_idx, model->model_idx); in store_pending_mod_bind()
1877 model_key = BLE_MESH_GET_MODEL_KEY(model->elem_idx, model->model_idx); in store_pending_mod_sub()
1907 model_key = BLE_MESH_GET_MODEL_KEY(model->elem_idx, model->model_idx); in store_pending_mod_pub()
1962 model_key = BLE_MESH_GET_MODEL_KEY(model->elem_idx, model->model_idx); in clear_mod_bind()
1974 model_key = BLE_MESH_GET_MODEL_KEY(model->elem_idx, model->model_idx); in clear_mod_sub()
1986 model_key = BLE_MESH_GET_MODEL_KEY(model->elem_idx, model->model_idx); in clear_mod_pub()
Daccess.c351 mod->model_idx = mod - elem->vnd_models; in mod_init()
353 mod->model_idx = mod - elem->models; in mod_init()
411 mod->model_idx = 0U; in mod_deinit()
/hal_espressif-3.4.0/components/bt/esp_ble_mesh/mesh_core/include/
Dmesh_access.h470 uint8_t model_idx; /* Is the Nth model in the element */ member
/hal_espressif-3.4.0/components/bt/esp_ble_mesh/api/
Desp_ble_mesh_defs.h481 uint8_t model_idx; /*!< Is the Nth model in the element */ member