Home
last modified time | relevance | path

Searched refs:bt_mesh_elem (Results 1 – 18 of 18) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Daccess.h25 void bt_mesh_elem_register(struct bt_mesh_elem *elem, uint8_t count);
30 struct bt_mesh_elem *bt_mesh_elem_find(uint16_t addr);
37 struct bt_mesh_elem *elem,
Daccess.c29 struct bt_mesh_elem *elem, in bt_mesh_model_foreach()
42 struct bt_mesh_elem *elem = &dev_comp->elem[i]; in bt_mesh_model_foreach()
283 struct bt_mesh_elem *bt_mesh_model_elem(struct bt_mesh_model *mod) in bt_mesh_model_elem()
290 struct bt_mesh_elem *elem = NULL; in bt_mesh_model_get()
321 static void mod_init(struct bt_mesh_model *mod, struct bt_mesh_elem *elem, in mod_init()
382 static void mod_deinit(struct bt_mesh_model *mod, struct bt_mesh_elem *elem, in mod_deinit()
447 struct bt_mesh_elem *elem = &dev_comp->elem[i]; in bt_mesh_comp_provision()
481 static struct bt_mesh_model *bt_mesh_elem_find_group(struct bt_mesh_elem *elem, in bt_mesh_elem_find_group()
509 struct bt_mesh_elem *bt_mesh_elem_find(uint16_t addr) in bt_mesh_elem_find()
523 struct bt_mesh_elem *elem = &dev_comp->elem[index]; in bt_mesh_elem_find()
[all …]
Dcfg_srv.c43 static int comp_add_elem(struct net_buf_simple *buf, struct bt_mesh_elem *elem, in comp_add_elem()
156 static struct bt_mesh_model *get_model(struct bt_mesh_elem *elem, in get_model()
530 static void _mod_unbind(struct bt_mesh_model *mod, struct bt_mesh_elem *elem, in _mod_unbind()
1015 struct bt_mesh_elem *elem = NULL; in mod_pub_get()
1063 struct bt_mesh_elem *elem = NULL; in mod_pub_set()
1269 struct bt_mesh_elem *elem = NULL; in mod_pub_va_set()
1350 struct bt_mesh_elem *elem = NULL; in mod_pub_va_set()
1426 struct bt_mesh_elem *elem = NULL; in mod_sub_add()
1515 struct bt_mesh_elem *elem = NULL; in mod_sub_del()
1591 struct bt_mesh_elem *elem = NULL; in mod_sub_overwrite()
[all …]
Dtest.c34 struct bt_mesh_elem *elem = NULL; in bt_mesh_device_auto_enter_network()
Dmain.c291 static void model_suspend(struct bt_mesh_model *mod, struct bt_mesh_elem *elem, in model_suspend()
330 static void model_resume(struct bt_mesh_model *mod, struct bt_mesh_elem *elem, in model_resume()
Dlocal_operation.c23 struct bt_mesh_elem *elem = NULL; in find_model()
Dprovisioner_main.c1168 static void _model_unbind(struct bt_mesh_model *mod, struct bt_mesh_elem *elem, in _model_unbind()
1414 struct bt_mesh_elem *elem = NULL; in bt_mesh_provisioner_bind_local_model_app_idx()
1464 struct bt_mesh_elem *elem = NULL; in bt_mesh_print_local_composition_data()
Dhealth_srv.c387 int bt_mesh_fault_update(struct bt_mesh_elem *elem) in bt_mesh_fault_update()
Dsettings.c1341 static void commit_model(struct bt_mesh_model *model, struct bt_mesh_elem *elem, in commit_model()
1935 struct bt_mesh_elem *elem, bool vnd, in store_pending_mod()
1995 struct bt_mesh_elem *elem, bool vnd, in clear_pending_mod()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/include/
Dmesh_access.h59 struct bt_mesh_elem { struct
470 struct bt_mesh_elem *elem;
544 struct bt_mesh_elem *bt_mesh_model_elem(struct bt_mesh_model *mod);
554 struct bt_mesh_model *bt_mesh_model_find(struct bt_mesh_elem *elem, uint16_t id);
565 struct bt_mesh_model *bt_mesh_model_find_vnd(struct bt_mesh_elem *elem,
586 struct bt_mesh_elem *elem;
Dhealth_srv.h96 int bt_mesh_fault_update(struct bt_mesh_elem *elem);
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/server/
Dserver_common.c39 struct bt_mesh_elem *element = bt_mesh_model_elem(model); in bt_mesh_get_default_trans_time()
Dtime_scene_server.c1327 struct bt_mesh_elem *element = bt_mesh_model_elem(model); in time_srv_init()
1362 struct bt_mesh_elem *element = bt_mesh_model_elem(model); in scene_srv_init()
1397 struct bt_mesh_elem *element = bt_mesh_model_elem(model); in scheduler_srv_init()
Dsensor_server.c738 struct bt_mesh_elem *element = NULL; in sensor_cadence_set()
1108 struct bt_mesh_elem *element = bt_mesh_model_elem(model); in sensor_srv_init()
Dlighting_server.c3173 struct bt_mesh_elem *element = bt_mesh_model_elem(model); in light_lightness_srv_init()
3201 struct bt_mesh_elem *element = bt_mesh_model_elem(model); in light_ctl_srv_init()
3244 struct bt_mesh_elem *element = bt_mesh_model_elem(model); in light_hsl_srv_init()
3292 struct bt_mesh_elem *element = bt_mesh_model_elem(model); in light_xyl_srv_init()
3326 struct bt_mesh_elem *element = bt_mesh_model_elem(model); in light_lc_setup_srv_init()
Dgeneric_server.c2523 struct bt_mesh_elem *element = bt_mesh_model_elem(model); in gen_power_onoff_srv_init()
2546 struct bt_mesh_elem *element = bt_mesh_model_elem(model); in gen_power_level_srv_init()
2584 struct bt_mesh_elem *element = bt_mesh_model_elem(model); in gen_location_setup_srv_init()
/hal_espressif-latest/components/bt/esp_ble_mesh/btc/
Dbtc_ble_mesh_health_model.c565 bt_mesh_fault_update((struct bt_mesh_elem *)arg->health_fault_update.element); in btc_ble_mesh_health_server_call_handler()
Dbtc_ble_mesh_prov.c1116 return (esp_ble_mesh_model_t *)bt_mesh_model_find_vnd((struct bt_mesh_elem *)elem, company, id); in btc_ble_mesh_model_find_vnd()
1121 return (esp_ble_mesh_model_t *)bt_mesh_model_find((struct bt_mesh_elem *)elem, id); in btc_ble_mesh_model_find()