ESP-IDF
bt_mesh_server_update_last_msg()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (4/5)...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
bt_mesh_server_update_last_msg()
bt_mesh_server_update_last_msg() function
Syntax
Show:
Summary
Declaration
Definition
from
server_common.h:115
void
bt_mesh_server_update_last_msg
(
struct
bt_mesh_last_msg_info
*
last
,
uint8_t
tid
,
uint16_t
src
,
uint16_t
dst
,
int64_t
*
now
)
;
Implemented in
server_common.c:209
Arguments
Argument
last
tid
src
dst
now
Related Functions
Found 1 other functions taking a
bt_mesh_last_msg_info
argument:
Function
bt_mesh_is_server_recv_last_msg()
Examples
References
from
examples
Code
Location
Referrer
void
bt_mesh_server_update_last_msg
(
struct
bt_mesh_last_msg_info
*
last
,
server_common.c:209
void
bt_mesh_server_update_last_msg
(
struct
bt_mesh_last_msg_info
*
last
,
server_common.h:115
bt_mesh_server_update_last_msg
(
&
srv
->
last
,
tid
,
ctx
->
addr
,
ctx
->
recv_dst
,
&
now
)
;
generic_server.c:161
gen_onoff_set()
bt_mesh_server_update_last_msg
(
&
srv
->
last
,
tid
,
ctx
->
addr
,
ctx
->
recv_dst
,
&
now
)
;
generic_server.c:335
gen_level_set()
bt_mesh_server_update_last_msg
(
&
srv
->
last
,
tid
,
ctx
->
addr
,
ctx
->
recv_dst
,
&
now
)
;
generic_server.c:449
gen_delta_set()
bt_mesh_server_update_last_msg
(
&
srv
->
last
,
tid
,
ctx
->
addr
,
ctx
->
recv_dst
,
&
now
)
;
generic_server.c:551
gen_move_set()
bt_mesh_server_update_last_msg
(
&
srv
->
last
,
tid
,
ctx
->
addr
,
ctx
->
recv_dst
,
&
now
)
;
generic_server.c:1083
gen_power_level_set()
bt_mesh_server_update_last_msg
(
&
srv
->
last
,
tid
,
ctx
->
addr
,
ctx
->
recv_dst
,
&
now
)
;
lighting_server.c:251
light_lightness_set()
bt_mesh_server_update_last_msg
(
&
srv
->
last
,
tid
,
ctx
->
addr
,
ctx
->
recv_dst
,
&
now
)
;
lighting_server.c:362
light_lightness_linear_set()
bt_mesh_server_update_last_msg
(
&
srv
->
last
,
tid
,
ctx
->
addr
,
ctx
->
recv_dst
,
&
now
)
;
lighting_server.c:782
light_ctl_set()
bt_mesh_server_update_last_msg
(
&
srv
->
last
,
tid
,
ctx
->
addr
,
ctx
->
recv_dst
,
&
now
)
;
lighting_server.c:1024
light_ctl_temp_set()
bt_mesh_server_update_last_msg
(
&
srv
->
last
,
tid
,
ctx
->
addr
,
ctx
->
recv_dst
,
&
now
)
;
lighting_server.c:1376
light_hsl_set()
bt_mesh_server_update_last_msg
(
&
srv
->
last
,
tid
,
ctx
->
addr
,
ctx
->
recv_dst
,
&
now
)
;
lighting_server.c:1610
light_hsl_hue_set()
bt_mesh_server_update_last_msg
(
&
srv
->
last
,
tid
,
ctx
->
addr
,
ctx
->
recv_dst
,
&
now
)
;
lighting_server.c:1710
light_hsl_sat_set()
bt_mesh_server_update_last_msg
(
&
srv
->
last
,
tid
,
ctx
->
addr
,
ctx
->
recv_dst
,
&
now
)
;
lighting_server.c:1983
light_xyl_set()
bt_mesh_server_update_last_msg
(
&
srv
->
last
,
tid
,
ctx
->
addr
,
ctx
->
recv_dst
,
&
now
)
;
lighting_server.c:2409
light_lc_light_onoff_set()
Call Tree
from
examples
bt_mesh_server_update_last_msg()
is called by 14 functions:
gen_onoff_set()
gen_level_set()
gen_delta_set()
gen_move_set()
gen_power_level_set()
light_lightness_set()
light_lightness_linear_set()
light_ctl_set()
light_ctl_temp_set()
light_hsl_set()
light_hsl_hue_set()
light_hsl_sat_set()
light_xyl_set()
light_lc_light_onoff_set()
All items filtered out
bt_mesh_server_update_last_msg()
All items filtered out
Data Use
from
examples
bt_mesh_server_update_last_msg()
writes 4 variables:
All items filtered out
bt_mesh_server_update_last_msg()
bt_mesh_last_msg_info::tid
bt_mesh_last_msg_info::src
bt_mesh_last_msg_info::dst
bt_mesh_last_msg_info::timestamp
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out