Home
last modified time | relevance | path

Searched refs:bt_mesh_model_find (Results 1 – 12 of 12) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/server/
Dserver_common.c47 srv = bt_mesh_model_find(element, BLE_MESH_MODEL_ID_GEN_DEF_TRANS_TIME_SRV); in bt_mesh_get_default_trans_time()
Dtime_scene_server.c881 … scene_model = bt_mesh_model_find(bt_mesh_model_elem(model), BLE_MESH_MODEL_ID_SCENE_SRV); in scene_action()
1328 if (bt_mesh_model_find(element, BLE_MESH_MODEL_ID_TIME_SETUP_SRV) == NULL) { in time_srv_init()
1363 if (bt_mesh_model_find(element, BLE_MESH_MODEL_ID_SCENE_SETUP_SRV) == NULL) { in scene_srv_init()
1398 if (bt_mesh_model_find(element, BLE_MESH_MODEL_ID_SCHEDULER_SETUP_SRV) == NULL) { in scheduler_srv_init()
1402 if (bt_mesh_model_find(element, BLE_MESH_MODEL_ID_TIME_SRV) == NULL) { in scheduler_srv_init()
Dsensor_server.c863 sensor_model = bt_mesh_model_find(element, BLE_MESH_MODEL_ID_SENSOR_SRV); in sensor_cadence_set()
1109 if (bt_mesh_model_find(element, BLE_MESH_MODEL_ID_SENSOR_SETUP_SRV) == NULL) { in sensor_srv_init()
Dlighting_server.c3174 if (bt_mesh_model_find(element, BLE_MESH_MODEL_ID_LIGHT_LIGHTNESS_SETUP_SRV) == NULL) { in light_lightness_srv_init()
3202 if (bt_mesh_model_find(element, BLE_MESH_MODEL_ID_LIGHT_CTL_SETUP_SRV) == NULL) { in light_ctl_srv_init()
3245 if (bt_mesh_model_find(element, BLE_MESH_MODEL_ID_LIGHT_HSL_SETUP_SRV) == NULL) { in light_hsl_srv_init()
3293 if (bt_mesh_model_find(element, BLE_MESH_MODEL_ID_LIGHT_XYL_SETUP_SRV) == NULL) { in light_xyl_srv_init()
3327 if (bt_mesh_model_find(element, BLE_MESH_MODEL_ID_LIGHT_LC_SETUP_SRV) == NULL) { in light_lc_setup_srv_init()
Dgeneric_server.c2524 if (bt_mesh_model_find(element, BLE_MESH_MODEL_ID_GEN_POWER_ONOFF_SETUP_SRV) == NULL) { in gen_power_onoff_srv_init()
2547 if (bt_mesh_model_find(element, BLE_MESH_MODEL_ID_GEN_POWER_LEVEL_SETUP_SRV) == NULL) { in gen_power_level_srv_init()
2585 if (bt_mesh_model_find(element, BLE_MESH_MODEL_ID_GEN_LOCATION_SETUP_SRV) == NULL) { in gen_location_setup_srv_init()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/include/
Dmesh_access.h554 struct bt_mesh_model *bt_mesh_model_find(struct bt_mesh_elem *elem, uint16_t id);
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dlocal_operation.c37 return bt_mesh_model_find(elem, mod_id); in find_model()
Dhealth_srv.c391 model = bt_mesh_model_find(elem, BLE_MESH_MODEL_ID_HEALTH_SRV); in bt_mesh_fault_update()
Daccess.c926 struct bt_mesh_model *bt_mesh_model_find(struct bt_mesh_elem *elem, uint16_t id) in bt_mesh_model_find() function
Dprovisioner_main.c1424 model = bt_mesh_model_find(elem, mod_id); in bt_mesh_provisioner_bind_local_model_app_idx()
Dcfg_srv.c168 return bt_mesh_model_find(elem, id); in get_model()
1737 mod = bt_mesh_model_find(elem, id); in mod_sub_get()
/hal_espressif-latest/components/bt/esp_ble_mesh/btc/
Dbtc_ble_mesh_prov.c1121 return (esp_ble_mesh_model_t *)bt_mesh_model_find((struct bt_mesh_elem *)elem, id); in btc_ble_mesh_model_find()