Home
last modified time | relevance | path

Searched refs:esp_ble_mesh_model_t (Results 1 – 19 of 19) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/api/core/include/
Desp_ble_mesh_local_data_operation_api.h24 int32_t esp_ble_mesh_get_model_publish_period(esp_ble_mesh_model_t *model);
50 uint16_t *esp_ble_mesh_is_model_subscribed_to_group(esp_ble_mesh_model_t *model,
82 esp_ble_mesh_model_t *esp_ble_mesh_find_vendor_model(const esp_ble_mesh_elem_t *element,
94 esp_ble_mesh_model_t *esp_ble_mesh_find_sig_model(const esp_ble_mesh_elem_t *element,
Desp_ble_mesh_networking_api.h72 esp_err_t esp_ble_mesh_client_model_init(esp_ble_mesh_model_t *model);
84 esp_err_t esp_ble_mesh_client_model_deinit(esp_ble_mesh_model_t *model);
98 esp_err_t esp_ble_mesh_server_model_send_msg(esp_ble_mesh_model_t *model,
118 esp_err_t esp_ble_mesh_client_model_send_msg(esp_ble_mesh_model_t *model,
144 esp_err_t esp_ble_mesh_model_publish(esp_ble_mesh_model_t *model, uint32_t opcode,
163 esp_err_t esp_ble_mesh_server_model_update_state(esp_ble_mesh_model_t *model,
/hal_espressif-latest/components/bt/esp_ble_mesh/api/models/include/
Desp_ble_mesh_generic_model_api.h776esp_ble_mesh_model_t *model; /*!< Pointer to the Generic OnOff Server Model. Initia…
803esp_ble_mesh_model_t *model; /*!< Pointer to the Generic Level Server Model. Initia…
818esp_ble_mesh_model_t *model; /*!< Pointer to the Generic Default Transition Tim…
830esp_ble_mesh_model_t *model; /*!< Pointer to the Generic Power OnOff Server Model. …
837esp_ble_mesh_model_t *model; /*!< Pointer to the Generic Power OnOff Setup Server M…
857esp_ble_mesh_model_t *model; /*!< Pointer to the Generic Power Level Server Mod…
867esp_ble_mesh_model_t *model; /*!< Pointer to the Generic Power Level Setup Serv…
882esp_ble_mesh_model_t *model; /*!< Pointer to the Generic Battery Server Model. Init…
901esp_ble_mesh_model_t *model; /*!< Pointer to the Generic Location Server Model. Ini…
908esp_ble_mesh_model_t *model; /*!< Pointer to the Generic Location Setup Server Mode…
[all …]
Desp_ble_mesh_health_model_api.h150 esp_ble_mesh_model_t *model;
277 esp_ble_mesh_model_t *model; /*!< Pointer to the Health Server Model */
283 esp_ble_mesh_model_t *model; /*!< Pointer to the Health Server Model */
290 esp_ble_mesh_model_t *model; /*!< Pointer to the Health Server Model */
296 esp_ble_mesh_model_t *model; /*!< Pointer to the Health Server Model */
Desp_ble_mesh_lighting_model_api.h851esp_ble_mesh_model_t *model; /*!< Pointer to the Lighting Lightness Server Mode…
863esp_ble_mesh_model_t *model; /*!< Pointer to the Lighting Lightness Setup Serve…
890esp_ble_mesh_model_t *model; /*!< Pointer to the Lighting CTL Server Model. Initial…
902esp_ble_mesh_model_t *model; /*!< Pointer to the Lighting CTL Setup Server Model. I…
909esp_ble_mesh_model_t *model; /*!< Pointer to the Lighting CTL Temperature Server Mo…
942esp_ble_mesh_model_t *model; /*!< Pointer to the Lighting HSL Server Model. Initial…
954esp_ble_mesh_model_t *model; /*!< Pointer to the Lighting HSL Setup Server Model. I…
961esp_ble_mesh_model_t *model; /*!< Pointer to the Lighting HSL Hue Server Model. Ini…
971esp_ble_mesh_model_t *model; /*!< Pointer to the Lighting HSL Saturation Server Model. Initiali…
1003esp_ble_mesh_model_t *model; /*!< Pointer to the Lighting xyL Server Model. Initial…
[all …]
Desp_ble_mesh_time_scene_model_api.h496esp_ble_mesh_model_t *model; /*!< Pointer to the Time Server Model. Initialized int…
503esp_ble_mesh_model_t *model; /*!< Pointer to the Time Setup Server Model. Initializ…
601esp_ble_mesh_model_t *model; /*!< Pointer to the Scene Server Model. Initialized in…
610esp_ble_mesh_model_t *model; /*!< Pointer to the Scene Setup Server Model. Initiali…
638esp_ble_mesh_model_t *model; /*!< Pointer to the Scheduler Server Model. Initialize…
645esp_ble_mesh_model_t *model; /*!< Pointer to the Scheduler Setup Server Model. Init…
852 esp_ble_mesh_model_t *model; /*!< Pointer to Time and Scenes Server Models */
Desp_ble_mesh_sensor_model_api.h525esp_ble_mesh_model_t *model; /*!< Pointer to the Sensor Server Model. Initialized i…
533esp_ble_mesh_model_t *model; /*!< Pointer to the Sensor Setup Server Model. Initial…
655 esp_ble_mesh_model_t *model; /*!< Pointer to Sensor Server Models */
Desp_ble_mesh_config_model_api.h46 esp_ble_mesh_model_t *model; /*!< Pointer to Configuration Server Model */
730 esp_ble_mesh_model_t *model; /*!< Pointer to the server model structure */
/hal_espressif-latest/components/bt/esp_ble_mesh/btc/include/
Dbtc_ble_mesh_prov.h318 esp_ble_mesh_model_t *model;
322 esp_ble_mesh_model_t *model;
332 esp_ble_mesh_model_t *model;
360 int btc_ble_mesh_client_model_init(esp_ble_mesh_model_t *model);
362 int btc_ble_mesh_client_model_deinit(esp_ble_mesh_model_t *model);
364 int32_t btc_ble_mesh_model_pub_period_get(esp_ble_mesh_model_t *mod);
368 uint16_t *btc_ble_mesh_model_find_group(esp_ble_mesh_model_t *mod, uint16_t addr);
374 esp_ble_mesh_model_t *btc_ble_mesh_model_find_vnd(const esp_ble_mesh_elem_t *elem,
377 esp_ble_mesh_model_t *btc_ble_mesh_model_find(const esp_ble_mesh_elem_t *elem, uint16_t id);
/hal_espressif-latest/components/bt/esp_ble_mesh/api/core/
Desp_ble_mesh_local_data_operation_api.c15 int32_t esp_ble_mesh_get_model_publish_period(esp_ble_mesh_model_t *model) in esp_ble_mesh_get_model_publish_period()
28 uint16_t *esp_ble_mesh_is_model_subscribed_to_group(esp_ble_mesh_model_t *model, in esp_ble_mesh_is_model_subscribed_to_group()
50 esp_ble_mesh_model_t *esp_ble_mesh_find_vendor_model(const esp_ble_mesh_elem_t *element, in esp_ble_mesh_find_vendor_model()
59 esp_ble_mesh_model_t *esp_ble_mesh_find_sig_model(const esp_ble_mesh_elem_t *element, in esp_ble_mesh_find_sig_model()
Desp_ble_mesh_networking_api.c17 static esp_err_t ble_mesh_model_send_msg(esp_ble_mesh_model_t *model, in ble_mesh_model_send_msg()
148 esp_err_t esp_ble_mesh_client_model_init(esp_ble_mesh_model_t *model) in esp_ble_mesh_client_model_init()
160 esp_err_t esp_ble_mesh_client_model_deinit(esp_ble_mesh_model_t *model) in esp_ble_mesh_client_model_deinit()
172 esp_err_t esp_ble_mesh_server_model_send_msg(esp_ble_mesh_model_t *model, in esp_ble_mesh_server_model_send_msg()
187 esp_err_t esp_ble_mesh_client_model_send_msg(esp_ble_mesh_model_t *model, in esp_ble_mesh_client_model_send_msg()
204 esp_err_t esp_ble_mesh_model_publish(esp_ble_mesh_model_t *model, uint32_t opcode, in esp_ble_mesh_model_publish()
218 esp_err_t esp_ble_mesh_server_model_update_state(esp_ble_mesh_model_t *model, in esp_ble_mesh_server_model_update_state()
/hal_espressif-latest/components/bt/esp_ble_mesh/api/
Desp_ble_mesh_defs.h354 typedef struct esp_ble_mesh_model esp_ble_mesh_model_t; typedef
369 esp_ble_mesh_model_t *sig_models; /*!< SIG Models */
370 esp_ble_mesh_model_t *vnd_models; /*!< Vendor Models */
378 esp_ble_mesh_model_t *model;
515 #define ESP_BLE_MESH_MODEL_NONE ((esp_ble_mesh_model_t []){})
549 esp_ble_mesh_model_t *model;
2045esp_ble_mesh_model_t *model; /*!< Pointer to the client model. Initialized by t…
2056 esp_ble_mesh_model_t *model; /*!< Pointer to the client model structure */
2222 esp_ble_mesh_model_t *model; /*!< Pointer to the model which receives the message */
2233 esp_ble_mesh_model_t *model; /*!< Pointer to the model which sends the message */
[all …]
/hal_espressif-latest/components/bt/esp_ble_mesh/btc/
Dbtc_ble_mesh_health_model.c271 params.model = (esp_ble_mesh_model_t *)model; in bt_mesh_health_client_cb_evt_to_btc()
601 param.fault_clear.model = (esp_ble_mesh_model_t *)model; in btc_ble_mesh_health_server_fault_clear()
612 param.fault_test.model = (esp_ble_mesh_model_t *)model; in btc_ble_mesh_health_server_fault_test()
623 param.attention_on.model = (esp_ble_mesh_model_t *)model; in btc_ble_mesh_health_server_attention_on()
633 param.attention_off.model = (esp_ble_mesh_model_t *)model; in btc_ble_mesh_health_server_attention_off()
Dbtc_ble_mesh_prov.c411 mesh_param.model_operation.model = (esp_ble_mesh_model_t *)model; in btc_ble_mesh_server_model_op_cb()
437 mesh_param.client_recv_publish_msg.model = (esp_ble_mesh_model_t *)model; in btc_ble_mesh_client_model_op_cb()
444 mesh_param.model_operation.model = (esp_ble_mesh_model_t *)model; in btc_ble_mesh_client_model_op_cb()
474 mesh_param.client_send_timeout.model = (esp_ble_mesh_model_t *)ctx.model; in btc_ble_mesh_client_model_timeout_cb()
485 static void btc_ble_mesh_model_send_comp_cb(esp_ble_mesh_model_t *model, in btc_ble_mesh_model_send_comp_cb()
500 static void btc_ble_mesh_model_publish_comp_cb(esp_ble_mesh_model_t *model, int err) in btc_ble_mesh_model_publish_comp_cb()
518 mesh_param.model_publish_update.model = (esp_ble_mesh_model_t *)mod; in btc_ble_mesh_model_publish_update()
525 static void btc_ble_mesh_server_model_update_state_comp_cb(esp_ble_mesh_model_t *model, in btc_ble_mesh_server_model_update_state_comp_cb()
1065 int btc_ble_mesh_client_model_init(esp_ble_mesh_model_t *model) in btc_ble_mesh_client_model_init()
1082 int btc_ble_mesh_client_model_deinit(esp_ble_mesh_model_t *model) in btc_ble_mesh_client_model_deinit()
[all …]
Dbtc_ble_mesh_time_scene_model.c254 params.model = (esp_ble_mesh_model_t *)model; in bt_mesh_time_scene_client_cb_evt_to_btc()
437 cb_params.model = (esp_ble_mesh_model_t *)model; in bt_mesh_time_scene_server_cb_evt_to_btc()
Dbtc_ble_mesh_lighting_model.c252 params.model = (esp_ble_mesh_model_t *)model; in bt_mesh_lighting_client_cb_evt_to_btc()
534 cb_params.model = (esp_ble_mesh_model_t *)model; in bt_mesh_lighting_server_cb_evt_to_btc()
Dbtc_ble_mesh_config_model.c338 params.model = (esp_ble_mesh_model_t *)model; in bt_mesh_config_client_cb_evt_to_btc()
729 cb_params.model = (esp_ble_mesh_model_t *)model; in bt_mesh_config_server_cb_evt_to_btc()
Dbtc_ble_mesh_generic_model.c408 params.model = (esp_ble_mesh_model_t *)model; in bt_mesh_generic_client_cb_evt_to_btc()
719 cb_params.model = (esp_ble_mesh_model_t *)model; in bt_mesh_generic_server_cb_evt_to_btc()
Dbtc_ble_mesh_sensor_model.c490 params.model = (esp_ble_mesh_model_t *)model; in bt_mesh_sensor_client_cb_evt_to_btc()
851 cb_params.model = (esp_ble_mesh_model_t *)model; in bt_mesh_sensor_server_cb_evt_to_btc()