ESP-IDF
bt_mesh_last_msg_info
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
bt_mesh_last_msg_info
bt_mesh_last_msg_info struct
Syntax
Show:
Summary
Declaration
from
server_common.h:68
struct
bt_mesh_last_msg_info
{
uint8_t
tid
;
uint16_t
src
;
uint16_t
dst
;
int64_t
timestamp
;
}
;
Fields
Field
Declared as
bt_mesh_last_msg_info::tid
uint8_t
bt_mesh_last_msg_info::src
uint16_t
bt_mesh_last_msg_info::dst
uint16_t
bt_mesh_last_msg_info::timestamp
int64_t
Related Functions
Found 2 other functions taking a
bt_mesh_last_msg_info
argument:
Function
bt_mesh_is_server_recv_last_msg()
bt_mesh_server_update_last_msg()
Examples
References
from
examples
Code
Location
Scope
Referrer
struct
bt_mesh_last_msg_info
{
server_common.h:68
struct
bt_mesh_last_msg_info
last
;
generic_server.h:27
bt_mesh_gen_onoff_srv
bt_mesh_gen_onoff_srv::last
struct
bt_mesh_last_msg_info
last
;
generic_server.h:46
bt_mesh_gen_level_srv
bt_mesh_gen_level_srv::last
struct
bt_mesh_last_msg_info
last
;
generic_server.h:93
bt_mesh_gen_power_level_srv
bt_mesh_gen_power_level_srv::last
struct
bt_mesh_last_msg_info
last
;
lighting_server.h:37
bt_mesh_light_lightness_srv
bt_mesh_light_lightness_srv::last
struct
bt_mesh_last_msg_info
last
;
lighting_server.h:73
bt_mesh_light_ctl_srv
bt_mesh_light_ctl_srv::last
struct
bt_mesh_last_msg_info
last
;
lighting_server.h:90
bt_mesh_light_ctl_temp_srv
bt_mesh_light_ctl_temp_srv::last
struct
bt_mesh_last_msg_info
last
;
lighting_server.h:121
bt_mesh_light_hsl_srv
bt_mesh_light_hsl_srv::last
struct
bt_mesh_last_msg_info
last
;
lighting_server.h:138
bt_mesh_light_hsl_hue_srv
bt_mesh_light_hsl_hue_srv::last
struct
bt_mesh_last_msg_info
last
;
lighting_server.h:147
bt_mesh_light_hsl_sat_srv
bt_mesh_light_hsl_sat_srv::last
struct
bt_mesh_last_msg_info
last
;
lighting_server.h:177
bt_mesh_light_xyl_srv
bt_mesh_light_xyl_srv::last
struct
bt_mesh_last_msg_info
last
;
lighting_server.h:259
bt_mesh_light_lc_srv
bt_mesh_light_lc_srv::last
bool
bt_mesh_is_server_recv_last_msg
(
struct
bt_mesh_last_msg_info
*
last
,
server_common.c:191
bt_mesh_is_server_recv_last_msg()
bt_mesh_is_server_recv_last_msg()::last
void
bt_mesh_server_update_last_msg
(
struct
bt_mesh_last_msg_info
*
last
,
server_common.c:209
bt_mesh_server_update_last_msg()
bt_mesh_server_update_last_msg()::last
bool
bt_mesh_is_server_recv_last_msg
(
struct
bt_mesh_last_msg_info
*
last
,
server_common.h:112
bt_mesh_is_server_recv_last_msg()
bt_mesh_is_server_recv_last_msg()::last
void
bt_mesh_server_update_last_msg
(
struct
bt_mesh_last_msg_info
*
last
,
server_common.h:115
bt_mesh_server_update_last_msg()
bt_mesh_server_update_last_msg()::last
struct
bt_mesh_last_msg_info
last
;
time_scene_server.h:188
bt_mesh_scene_srv
bt_mesh_scene_srv::last
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
Instance
Scope
Location
Project
bt_mesh_is_server_recv_last_msg()::last
bt_mesh_is_server_recv_last_msg()
server_common.h:112
bt_mesh_server_update_last_msg()::last
bt_mesh_server_update_last_msg()
server_common.h:115
bt_mesh_gen_onoff_srv::last
bt_mesh_gen_onoff_srv
generic_server.h:27
bt_mesh_gen_level_srv::last
bt_mesh_gen_level_srv
generic_server.h:46
bt_mesh_gen_power_level_srv::last
bt_mesh_gen_power_level_srv
generic_server.h:93
bt_mesh_light_lightness_srv::last
bt_mesh_light_lightness_srv
lighting_server.h:37
bt_mesh_light_ctl_srv::last
bt_mesh_light_ctl_srv
lighting_server.h:73
bt_mesh_light_ctl_temp_srv::last
bt_mesh_light_ctl_temp_srv
lighting_server.h:90
bt_mesh_light_hsl_srv::last
bt_mesh_light_hsl_srv
lighting_server.h:121
bt_mesh_light_hsl_hue_srv::last
bt_mesh_light_hsl_hue_srv
lighting_server.h:138
bt_mesh_light_hsl_sat_srv::last
bt_mesh_light_hsl_sat_srv
lighting_server.h:147
bt_mesh_light_xyl_srv::last
bt_mesh_light_xyl_srv
lighting_server.h:177
bt_mesh_light_lc_srv::last
bt_mesh_light_lc_srv
lighting_server.h:259
bt_mesh_scene_srv::last
bt_mesh_scene_srv
time_scene_server.h:188
bt_mesh_is_server_recv_last_msg()::last
bt_mesh_is_server_recv_last_msg()
server_common.c:191
bt_mesh_server_update_last_msg()::last
bt_mesh_server_update_last_msg()
server_common.c:209
Lifecycle
from
examples
All items filtered out
All items filtered out