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/ |
D | server_common.c | 47 srv = bt_mesh_model_find(element, BLE_MESH_MODEL_ID_GEN_DEF_TRANS_TIME_SRV); in bt_mesh_get_default_trans_time()
|
D | time_scene_server.c | 881 … 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()
|
D | sensor_server.c | 863 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()
|
D | lighting_server.c | 3174 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()
|
D | generic_server.c | 2524 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/ |
D | mesh_access.h | 554 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/ |
D | local_operation.c | 37 return bt_mesh_model_find(elem, mod_id); in find_model()
|
D | health_srv.c | 391 model = bt_mesh_model_find(elem, BLE_MESH_MODEL_ID_HEALTH_SRV); in bt_mesh_fault_update()
|
D | access.c | 926 struct bt_mesh_model *bt_mesh_model_find(struct bt_mesh_elem *elem, uint16_t id) in bt_mesh_model_find() function
|
D | provisioner_main.c | 1424 model = bt_mesh_model_find(elem, mod_id); in bt_mesh_provisioner_bind_local_model_app_idx()
|
D | cfg_srv.c | 168 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/ |
D | btc_ble_mesh_prov.c | 1121 return (esp_ble_mesh_model_t *)bt_mesh_model_find((struct bt_mesh_elem *)elem, id); in btc_ble_mesh_model_find()
|