ESP-IDF
bt_mesh_gen_loc_local_status
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_loc_local_status
bt_mesh_gen_loc_local_status struct
Syntax
Show:
Summary
Declaration
from
generic_client.h:274
struct
bt_mesh_gen_loc_local_status
{
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_status::local_north
int16_t
bt_mesh_gen_loc_local_status::local_east
int16_t
bt_mesh_gen_loc_local_status::local_altitude
int16_t
bt_mesh_gen_loc_local_status::floor_number
uint8_t
bt_mesh_gen_loc_local_status::uncertainty
uint16_t
Examples
References
from
examples
Code
Location
Scope
Referrer
struct
bt_mesh_gen_loc_local_status
{
generic_client.h:274
struct
bt_mesh_gen_loc_local_status
*
status
=
NULL
;
generic_client.c:336
generic_status()
status
=
bt_mesh_calloc
(
sizeof
(
struct
bt_mesh_gen_loc_local_status
)
)
;
generic_client.c:341
generic_status()
len
=
sizeof
(
struct
bt_mesh_gen_loc_local_status
)
;
generic_client.c:352
generic_status()
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