Searched refs:bt_mesh_model_find (Results 1 – 6 of 6) sorted by relevance
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/inc/ |
A D | access.h | 26 struct bt_mesh_model *bt_mesh_model_find(struct bt_mesh_elem *elem, u16_t id);
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/mesh_models/common/ |
A D | mesh_model.c | 298 extern struct bt_mesh_model *bt_mesh_model_find(struct bt_mesh_elem * elem, u16_t id); in ble_mesh_model_find() 299 …return (struct bt_mesh_model *)bt_mesh_model_find(&g_mesh_model.mesh_comp->elem[elem_idx], mod_idx… in ble_mesh_model_find()
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/ |
A D | health_srv.c | 369 mod = bt_mesh_model_find(elem, BT_MESH_MODEL_ID_HEALTH_SRV); in bt_mesh_fault_update()
|
A D | provisioner_main.c | 1217 model = bt_mesh_model_find(elem, mod_id); in bt_mesh_provisioner_unbind_local_model_app_idx() 1268 model = bt_mesh_model_find(elem, mod_id); in bt_mesh_provisioner_bind_local_model_app_idx()
|
A D | access.c | 821 struct bt_mesh_model *bt_mesh_model_find(struct bt_mesh_elem *elem, u16_t id) in bt_mesh_model_find() function
|
A D | cfg_srv.c | 244 return bt_mesh_model_find(elem, id); in get_model() 532 mod = bt_mesh_model_find(elem, elem->models[j].id); in genie_mesh_setup() 1681 mod = bt_mesh_model_find(elem, id); in mod_sub_get()
|
Completed in 22 milliseconds