/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/client/include/ |
D | client_common.h | 44 …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/ |
D | health_srv.c | 91 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 …]
|
D | cfg_cli.c | 104 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 …]
|
D | cfg_srv.c | 117 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 …]
|
D | health_cli.c | 62 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()
|
D | net.h | 289 struct bt_mesh_msg_ctx ctx; 307 struct bt_mesh_msg_ctx *ctx;
|
D | lpn.c | 182 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/ |
D | btc_ble_mesh_config_model.h | 51 struct bt_mesh_msg_ctx *ctx, 56 struct bt_mesh_msg_ctx *ctx, 67 struct bt_mesh_msg_ctx *ctx,
|
D | btc_ble_mesh_generic_model.h | 51 struct bt_mesh_msg_ctx *ctx, 56 struct bt_mesh_msg_ctx *ctx, 67 struct bt_mesh_msg_ctx *ctx,
|
D | btc_ble_mesh_lighting_model.h | 51 struct bt_mesh_msg_ctx *ctx, 56 struct bt_mesh_msg_ctx *ctx, 68 struct bt_mesh_msg_ctx *ctx,
|
D | btc_ble_mesh_sensor_model.h | 51 struct bt_mesh_msg_ctx *ctx, 56 struct bt_mesh_msg_ctx *ctx, 67 struct bt_mesh_msg_ctx *ctx,
|
D | btc_ble_mesh_time_scene_model.h | 51 struct bt_mesh_msg_ctx *ctx, 56 struct bt_mesh_msg_ctx *ctx, 68 struct bt_mesh_msg_ctx *ctx,
|
D | btc_ble_mesh_health_model.h | 51 struct bt_mesh_msg_ctx *ctx, 56 struct bt_mesh_msg_ctx *ctx,
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/server/ |
D | state_transition.c | 243 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 …]
|
D | generic_server.c | 52 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 …]
|
D | lighting_server.c | 53 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 …]
|
D | server_common.c | 116 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()
|
D | time_scene_server.c | 49 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 …]
|
D | sensor_server.c | 26 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/ |
D | mesh_access.h | 134 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/ |
D | server_common.h | 104 struct bt_mesh_msg_ctx *ctx,
|
D | time_scene_server.h | 378 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/ |
D | client_common.c | 44 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, ¶m->ctx, sizeof(struct bt_mesh_msg_ctx)); in bt_mesh_client_send_msg()
|
/hal_espressif-latest/components/bt/esp_ble_mesh/btc/ |
D | btc_ble_mesh_time_scene_model.c | 223 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()
|
D | btc_ble_mesh_lighting_model.c | 221 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()
|