ESP-IDF
bt_mesh_gen_location_state::global_latitude
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_gen_location_state::global_latitude
bt_mesh_gen_location_state::global_latitude field
Syntax
Show:
Summary
Declaration
from
generic_server.h:118
int32_t
global_latitude
;
Examples
References
from
examples
Code
Location
Referrer
int32_t
global_latitude
;
generic_server.h:118
net_buf_simple_add_le32
(
msg
,
srv
->
state
->
global_latitude
)
;
generic_server.c:1312
send_gen_location_status()
net_buf_simple_add_le32
(
msg
,
srv
->
state
->
global_latitude
)
;
generic_server.c:1317
send_gen_location_status()
srv
->
state
->
global_latitude
=
latitude
;
generic_server.c:1423
gen_location_set()
.
gen_loc_global_set
.
latitude
=
srv
->
state
->
global_latitude
,
generic_server.c:1433
gen_location_set()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_gen_location_state::global_latitude
is written by 1 function and is read by 2 functions:
gen_location_set()
All items filtered out
bt_mesh_gen_location_state::global_latitude
send_gen_location_status()
gen_location_set()
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