Searched refs:bt_mesh_server_update_last_msg (Results 1 – 5 of 5) sorted by relevance
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/server/include/ |
D | server_common.h | 115 void bt_mesh_server_update_last_msg(struct bt_mesh_last_msg_info *last,
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/server/ |
D | server_common.c | 209 void bt_mesh_server_update_last_msg(struct bt_mesh_last_msg_info *last, in bt_mesh_server_update_last_msg() function
|
D | lighting_server.c | 268 bt_mesh_server_update_last_msg(&srv->last, tid, ctx->addr, ctx->recv_dst, &now); in light_lightness_set() 380 bt_mesh_server_update_last_msg(&srv->last, tid, ctx->addr, ctx->recv_dst, &now); in light_lightness_linear_set() 808 bt_mesh_server_update_last_msg(&srv->last, tid, ctx->addr, ctx->recv_dst, &now); in light_ctl_set() 1055 bt_mesh_server_update_last_msg(&srv->last, tid, ctx->addr, ctx->recv_dst, &now); in light_ctl_temp_set() 1411 bt_mesh_server_update_last_msg(&srv->last, tid, ctx->addr, ctx->recv_dst, &now); in light_hsl_set() 1650 bt_mesh_server_update_last_msg(&srv->last, tid, ctx->addr, ctx->recv_dst, &now); in light_hsl_hue_set() 1751 bt_mesh_server_update_last_msg(&srv->last, tid, ctx->addr, ctx->recv_dst, &now); in light_hsl_sat_set() 2028 bt_mesh_server_update_last_msg(&srv->last, tid, ctx->addr, ctx->recv_dst, &now); in light_xyl_set() 2466 bt_mesh_server_update_last_msg(&srv->last, tid, ctx->addr, ctx->recv_dst, &now); in light_lc_light_onoff_set()
|
D | generic_server.c | 178 bt_mesh_server_update_last_msg(&srv->last, tid, ctx->addr, ctx->recv_dst, &now); in gen_onoff_set() 356 bt_mesh_server_update_last_msg(&srv->last, tid, ctx->addr, ctx->recv_dst, &now); in gen_level_set() 471 bt_mesh_server_update_last_msg(&srv->last, tid, ctx->addr, ctx->recv_dst, &now); in gen_delta_set() 574 bt_mesh_server_update_last_msg(&srv->last, tid, ctx->addr, ctx->recv_dst, &now); in gen_move_set() 1119 bt_mesh_server_update_last_msg(&srv->last, tid, ctx->addr, ctx->recv_dst, &now); in gen_power_level_set()
|
D | time_scene_server.c | 662 bt_mesh_server_update_last_msg(&srv->last, tid, ctx->addr, ctx->recv_dst, &now); in scene_recall()
|