ESP-IDF
bt_mesh_is_server_recv_last_msg()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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_is_server_recv_last_msg()
bt_mesh_is_server_recv_last_msg() function
Syntax
Show:
Summary
Declaration
Definition
from
server_common.h:112
bool
bt_mesh_is_server_recv_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:191
Arguments
Argument
last
tid
src
dst
now
Related Functions
Found 1 other functions taking a
bt_mesh_last_msg_info
argument:
Function
bt_mesh_server_update_last_msg()
Examples
References
from
examples
Code
Location
Referrer
bool
bt_mesh_is_server_recv_last_msg
(
struct
bt_mesh_last_msg_info
*
last
,
server_common.c:191
bool
bt_mesh_is_server_recv_last_msg
(
struct
bt_mesh_last_msg_info
*
last
,
server_common.h:112
if
(
bt_mesh_is_server_recv_last_msg
(
&
srv
->
last
,
tid
,
ctx
->
addr
,
ctx
->
recv_dst
,
&
now
)
)
{
generic_server.c:149
gen_onoff_set()
if
(
bt_mesh_is_server_recv_last_msg
(
&
srv
->
last
,
tid
,
ctx
->
addr
,
ctx
->
recv_dst
,
&
now
)
)
{
generic_server.c:323
gen_level_set()
if
(
bt_mesh_is_server_recv_last_msg
(
&
srv
->
last
,
tid
,
ctx
->
addr
,
ctx
->
recv_dst
,
&
now
)
)
{
generic_server.c:429
gen_delta_set()
if
(
bt_mesh_is_server_recv_last_msg
(
&
srv
->
last
,
tid
,
ctx
->
addr
,
ctx
->
recv_dst
,
&
now
)
)
{
generic_server.c:539
gen_move_set()
if
(
bt_mesh_is_server_recv_last_msg
(
&
srv
->
last
,
tid
,
ctx
->
addr
,
ctx
->
recv_dst
,
&
now
)
)
{
generic_server.c:1071
gen_power_level_set()
if
(
bt_mesh_is_server_recv_last_msg
(
&
srv
->
last
,
tid
,
ctx
->
addr
,
ctx
->
recv_dst
,
&
now
)
)
{
lighting_server.c:239
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()
if
(
bt_mesh_is_server_recv_last_msg
(
&
srv
->
last
,
tid
,
ctx
->
addr
,
ctx
->
recv_dst
,
&
now
)
)
{
lighting_server.c:770
light_ctl_set()
if
(
bt_mesh_is_server_recv_last_msg
(
&
srv
->
last
,
tid
,
ctx
->
addr
,
ctx
->
recv_dst
,
&
now
)
)
{
lighting_server.c:1012
light_ctl_temp_set()
if
(
bt_mesh_is_server_recv_last_msg
(
&
srv
->
last
,
tid
,
ctx
->
addr
,
ctx
->
recv_dst
,
&
now
)
)
{
lighting_server.c:1364
light_hsl_set()
if
(
bt_mesh_is_server_recv_last_msg
(
&
srv
->
last
,
tid
,
ctx
->
addr
,
ctx
->
recv_dst
,
&
now
)
)
{
lighting_server.c:1598
light_hsl_hue_set()
if
(
bt_mesh_is_server_recv_last_msg
(
&
srv
->
last
,
tid
,
ctx
->
addr
,
ctx
->
recv_dst
,
&
now
)
)
{
lighting_server.c:1698
light_hsl_sat_set()
if
(
bt_mesh_is_server_recv_last_msg
(
&
srv
->
last
,
tid
,
ctx
->
addr
,
ctx
->
recv_dst
,
&
now
)
)
{
lighting_server.c:1971
light_xyl_set()
if
(
bt_mesh_is_server_recv_last_msg
(
&
srv
->
last
,
tid
,
ctx
->
addr
,
ctx
->
recv_dst
,
&
now
)
)
{
lighting_server.c:2397
light_lc_light_onoff_set()
Call Tree
from
examples
bt_mesh_is_server_recv_last_msg()
is called by 14 functions and calls 1 function:
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_is_server_recv_last_msg()
k_uptime_get()
All items filtered out
Data Use
from
examples
bt_mesh_is_server_recv_last_msg()
reads 4 variables:
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
bt_mesh_is_server_recv_last_msg()
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