ESP-IDF
bt_mesh_light_lightness_srv::last
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
bt_mesh_light_lightness_srv::last
bt_mesh_light_lightness_srv::last field
Syntax
Show:
Summary
Declaration
from
lighting_server.h:37
struct
bt_mesh_last_msg_info
last
;
Examples
References
from
examples
Code
Location
Referrer
struct
bt_mesh_last_msg_info
last
;
lighting_server.h:37
if
(
bt_mesh_is_server_recv_last_msg
(
&
srv
->
last
,
tid
,
ctx
->
addr
,
ctx
->
recv_dst
,
&
now
)
)
{
lighting_server.c:239
light_lightness_set()
bt_mesh_server_update_last_msg
(
&
srv
->
last
,
tid
,
ctx
->
addr
,
ctx
->
recv_dst
,
&
now
)
;
lighting_server.c:251
light_lightness_set()
if
(
bt_mesh_is_server_recv_last_msg
(
&
srv
->
last
,
tid
,
ctx
->
addr
,
ctx
->
recv_dst
,
&
now
)
)
{
lighting_server.c:350
light_lightness_linear_set()
bt_mesh_server_update_last_msg
(
&
srv
->
last
,
tid
,
ctx
->
addr
,
ctx
->
recv_dst
,
&
now
)
;
lighting_server.c:362
light_lightness_linear_set()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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