ESP-IDF
bt_mesh_gen_loc_local_set
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (4/5)...
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_loc_local_set
bt_mesh_gen_loc_local_set struct
Syntax
Show:
Summary
Declaration
from
generic_client.h:288
struct
bt_mesh_gen_loc_local_set
{
int16_t
local_north
;
int16_t
local_east
;
int16_t
local_altitude
;
uint8_t
floor_number
;
uint16_t
uncertainty
;
}
;
Fields
Field
Declared as
bt_mesh_gen_loc_local_set::local_north
int16_t
bt_mesh_gen_loc_local_set::local_east
int16_t
bt_mesh_gen_loc_local_set::local_altitude
int16_t
bt_mesh_gen_loc_local_set::floor_number
uint8_t
bt_mesh_gen_loc_local_set::uncertainty
uint16_t
Examples
References
from
examples
Code
Location
Scope
Referrer
struct
bt_mesh_gen_loc_local_set
{
generic_client.h:288
struct
bt_mesh_gen_loc_local_set
*
set
;
generic_client.c:826
gen_set_state()
set
=
(
struct
bt_mesh_gen_loc_local_set
*
)
value
;
generic_client.c:827
gen_set_state()
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