Home
last modified time | relevance | path

Searched refs:bt_mesh_msg_ctx (Results 1 – 25 of 38) sorted by relevance

12

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/client/include/
Dclient_common.h44 …void (*publish_status)(uint32_t opcode, struct bt_mesh_model *model, struct bt_mesh_msg_ctx *ctx, …
61 struct bt_mesh_msg_ctx ctx; /* Message context */
72 struct bt_mesh_msg_ctx ctx; /* Message context */
97 struct bt_mesh_msg_ctx *ctx,
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dhealth_srv.c91 struct bt_mesh_msg_ctx *ctx) in health_send_fault_status()
124 struct bt_mesh_msg_ctx *ctx, in health_fault_get()
147 struct bt_mesh_msg_ctx *ctx, in health_fault_clear()
178 struct bt_mesh_msg_ctx *ctx, in health_fault_test()
218 struct bt_mesh_msg_ctx *ctx) in send_attention_status()
241 struct bt_mesh_msg_ctx *ctx, in attention_get()
250 struct bt_mesh_msg_ctx *ctx, in health_set_attention()
263 struct bt_mesh_msg_ctx *ctx, in attention_set()
276 struct bt_mesh_msg_ctx *ctx) in send_health_period_status()
289 struct bt_mesh_msg_ctx *ctx, in health_period_get()
[all …]
Dcfg_cli.c104 struct bt_mesh_msg_ctx ctx = {0}; in timeout_handler()
130 struct bt_mesh_msg_ctx *ctx, in cfg_client_recv_status()
252 struct bt_mesh_msg_ctx *ctx, in comp_data_status()
274 struct bt_mesh_msg_ctx *ctx, in state_status_u8()
289 struct bt_mesh_msg_ctx *ctx, in beacon_status()
296 struct bt_mesh_msg_ctx *ctx, in ttl_status()
303 struct bt_mesh_msg_ctx *ctx, in friend_status()
310 struct bt_mesh_msg_ctx *ctx, in gatt_proxy_status()
317 struct bt_mesh_msg_ctx *ctx, in relay_status()
333 struct bt_mesh_msg_ctx *ctx, in net_key_status()
[all …]
Dcfg_srv.c117 struct bt_mesh_msg_ctx *ctx, in dev_comp_data_get()
457 struct bt_mesh_msg_ctx *ctx, in app_key_add()
492 struct bt_mesh_msg_ctx *ctx, in app_key_update()
555 struct bt_mesh_msg_ctx *ctx, in app_key_del()
613 struct bt_mesh_msg_ctx *ctx, in app_key_get()
672 struct bt_mesh_msg_ctx *ctx, in beacon_get()
690 struct bt_mesh_msg_ctx *ctx, in beacon_set()
730 struct bt_mesh_msg_ctx *ctx, in default_ttl_get()
748 struct bt_mesh_msg_ctx *ctx, in default_ttl_set()
782 struct bt_mesh_msg_ctx *ctx) in send_gatt_proxy_status()
[all …]
Dhealth_cli.c62 struct bt_mesh_msg_ctx ctx = {0}; in timeout_handler()
88 struct bt_mesh_msg_ctx *ctx, in health_client_recv_status()
153 struct bt_mesh_msg_ctx *ctx, in health_fault_status()
176 struct bt_mesh_msg_ctx *ctx, in health_current_status()
199 struct bt_mesh_msg_ctx *ctx, in health_period_status()
214 struct bt_mesh_msg_ctx *ctx, in health_attention_status()
Dnet.h289 struct bt_mesh_msg_ctx ctx;
307 struct bt_mesh_msg_ctx *ctx;
Dlpn.c182 struct bt_mesh_msg_ctx ctx = { in send_friend_clear()
305 struct bt_mesh_msg_ctx ctx = { in send_friend_req()
376 struct bt_mesh_msg_ctx ctx = { in send_friend_poll()
662 struct bt_mesh_msg_ctx ctx = { in sub_update()
/hal_espressif-latest/components/bt/esp_ble_mesh/btc/include/
Dbtc_ble_mesh_config_model.h51 struct bt_mesh_msg_ctx *ctx,
56 struct bt_mesh_msg_ctx *ctx,
67 struct bt_mesh_msg_ctx *ctx,
Dbtc_ble_mesh_generic_model.h51 struct bt_mesh_msg_ctx *ctx,
56 struct bt_mesh_msg_ctx *ctx,
67 struct bt_mesh_msg_ctx *ctx,
Dbtc_ble_mesh_lighting_model.h51 struct bt_mesh_msg_ctx *ctx,
56 struct bt_mesh_msg_ctx *ctx,
68 struct bt_mesh_msg_ctx *ctx,
Dbtc_ble_mesh_sensor_model.h51 struct bt_mesh_msg_ctx *ctx,
56 struct bt_mesh_msg_ctx *ctx,
67 struct bt_mesh_msg_ctx *ctx,
Dbtc_ble_mesh_time_scene_model.h51 struct bt_mesh_msg_ctx *ctx,
56 struct bt_mesh_msg_ctx *ctx,
68 struct bt_mesh_msg_ctx *ctx,
Dbtc_ble_mesh_health_model.h51 struct bt_mesh_msg_ctx *ctx,
56 struct bt_mesh_msg_ctx *ctx,
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/server/
Dstate_transition.c243 struct bt_mesh_msg_ctx *ctx = NULL; in generic_onoff_work_handler()
253 ctx = (struct bt_mesh_msg_ctx *)srv->transition.timer.work._reserved; in generic_onoff_work_handler()
306 struct bt_mesh_msg_ctx *ctx = NULL; in generic_level_work_handler()
316 ctx = (struct bt_mesh_msg_ctx *)srv->transition.timer.work._reserved; in generic_level_work_handler()
383 struct bt_mesh_msg_ctx *ctx = NULL; in generic_power_level_work_handler()
394 ctx = (struct bt_mesh_msg_ctx *)srv->transition.timer.work._reserved; in generic_power_level_work_handler()
447 struct bt_mesh_msg_ctx *ctx = NULL; in light_lightness_actual_work_handler()
458 ctx = (struct bt_mesh_msg_ctx *)srv->actual_transition.timer.work._reserved; in light_lightness_actual_work_handler()
509 struct bt_mesh_msg_ctx *ctx = NULL; in light_lightness_linear_work_handler()
520 ctx = (struct bt_mesh_msg_ctx *)srv->linear_transition.timer.work._reserved; in light_lightness_linear_work_handler()
[all …]
Dgeneric_server.c52 struct bt_mesh_msg_ctx *ctx, in send_gen_onoff_status()
95 struct bt_mesh_msg_ctx *ctx, in gen_onoff_get()
128 struct bt_mesh_msg_ctx *ctx, in gen_onoff_set()
202 memcpy(srv->transition.timer.work._reserved, ctx, sizeof(struct bt_mesh_msg_ctx)); in gen_onoff_set()
224 struct bt_mesh_msg_ctx *ctx, in send_gen_level_status()
276 struct bt_mesh_msg_ctx *ctx, in gen_level_get()
309 struct bt_mesh_msg_ctx *ctx, in gen_level_set()
384 memcpy(srv->transition.timer.work._reserved, ctx, sizeof(struct bt_mesh_msg_ctx)); in gen_level_set()
405 struct bt_mesh_msg_ctx *ctx, in gen_delta_set()
505 memcpy(srv->transition.timer.work._reserved, ctx, sizeof(struct bt_mesh_msg_ctx)); in gen_delta_set()
[all …]
Dlighting_server.c53 struct bt_mesh_msg_ctx *ctx, in send_light_lightness_status()
144 struct bt_mesh_msg_ctx *ctx, in light_lightness_get()
221 struct bt_mesh_msg_ctx *ctx, in light_lightness_set()
303 memcpy(srv->actual_transition.timer.work._reserved, ctx, sizeof(struct bt_mesh_msg_ctx)); in light_lightness_set()
333 struct bt_mesh_msg_ctx *ctx, in light_lightness_linear_set()
408 memcpy(srv->linear_transition.timer.work._reserved, ctx, sizeof(struct bt_mesh_msg_ctx)); in light_lightness_linear_set()
429 struct bt_mesh_msg_ctx *ctx, in light_lightness_default_set()
471 struct bt_mesh_msg_ctx *ctx, in light_lightness_range_set()
550 struct bt_mesh_msg_ctx *ctx, in send_light_ctl_status()
645 struct bt_mesh_msg_ctx *ctx, in light_ctl_get()
[all …]
Dserver_common.c116 struct bt_mesh_msg_ctx *ctx, in bt_mesh_server_get_optional()
175 work->_reserved = bt_mesh_calloc(sizeof(struct bt_mesh_msg_ctx)); in bt_mesh_server_alloc_ctx()
Dtime_scene_server.c49 struct bt_mesh_msg_ctx *ctx, in send_time_status()
155 struct bt_mesh_msg_ctx *ctx, in time_get()
304 struct bt_mesh_msg_ctx *ctx, in time_set()
434 struct bt_mesh_msg_ctx *ctx, in send_scene_status()
489 struct bt_mesh_msg_ctx *ctx, in send_scene_register_status()
544 struct bt_mesh_msg_ctx *ctx, in scene_get()
578 void scene_publish(struct bt_mesh_model *model, struct bt_mesh_msg_ctx *ctx, uint16_t opcode) in scene_publish()
592 struct bt_mesh_msg_ctx *ctx, in scene_recall()
695 memcpy(srv->transition.timer.work._reserved, ctx, sizeof(struct bt_mesh_msg_ctx)); in scene_recall()
724 struct bt_mesh_msg_ctx *ctx, in scene_action()
[all …]
Dsensor_server.c26 struct bt_mesh_msg_ctx *ctx, in send_sensor_descriptor_status()
93 struct bt_mesh_msg_ctx *ctx, in send_sensor_data_status()
183 struct bt_mesh_msg_ctx *ctx, in send_sensor_cadence_status()
284 struct bt_mesh_msg_ctx *ctx, in send_sensor_settings_status()
359 struct bt_mesh_msg_ctx *ctx, uint16_t prop_id, in send_sensor_setting_status()
427 struct bt_mesh_msg_ctx *ctx, in send_sensor_column_status()
502 struct bt_mesh_msg_ctx *ctx, in send_sensor_series_status()
577 struct bt_mesh_msg_ctx *ctx, in sensor_get()
731 struct bt_mesh_msg_ctx *ctx, in sensor_cadence_set()
920 struct bt_mesh_msg_ctx *ctx, in sensor_setting_set()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/include/
Dmesh_access.h134 struct bt_mesh_msg_ctx { struct
180 struct bt_mesh_msg_ctx *ctx, argument
516 struct bt_mesh_msg_ctx *ctx,
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/server/include/
Dserver_common.h104 struct bt_mesh_msg_ctx *ctx,
Dtime_scene_server.h378 void scene_publish(struct bt_mesh_model *model, struct bt_mesh_msg_ctx *ctx, uint16_t opcode);
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/client/
Dclient_common.c44 struct bt_mesh_msg_ctx *ctx, in bt_mesh_is_client_recv_publish_msg()
166 static int32_t bt_mesh_client_calc_timeout(struct bt_mesh_msg_ctx *ctx, in bt_mesh_client_calc_timeout()
313 memcpy(&node->ctx, &param->ctx, sizeof(struct bt_mesh_msg_ctx)); in bt_mesh_client_send_msg()
/hal_espressif-latest/components/bt/esp_ble_mesh/btc/
Dbtc_ble_mesh_time_scene_model.c223 struct bt_mesh_msg_ctx *ctx, in bt_mesh_time_scene_client_cb_evt_to_btc()
276 struct bt_mesh_msg_ctx *ctx, in btc_ble_mesh_time_scene_client_publish_callback()
408 struct bt_mesh_msg_ctx *ctx, in bt_mesh_time_scene_server_cb_evt_to_btc()
Dbtc_ble_mesh_lighting_model.c221 struct bt_mesh_msg_ctx *ctx, in bt_mesh_lighting_client_cb_evt_to_btc()
274 struct bt_mesh_msg_ctx *ctx, in btc_ble_mesh_lighting_client_publish_callback()
505 struct bt_mesh_msg_ctx *ctx, in bt_mesh_lighting_server_cb_evt_to_btc()

12