ESP-IDF
bt_mesh_gen_location_srv
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/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_location_srv
bt_mesh_gen_location_srv struct
Syntax
Show:
Summary
Declaration
from
generic_server.h:128
struct
bt_mesh_gen_location_srv
{
struct
bt_mesh_model
*
model
;
struct
bt_mesh_server_rsp_ctrl
rsp_ctrl
;
struct
bt_mesh_gen_location_state
*
state
;
}
;
Fields
Field
Declared as
bt_mesh_gen_location_srv::model
struct
bt_mesh_model
*
bt_mesh_gen_location_srv::rsp_ctrl
struct
bt_mesh_server_rsp_ctrl
bt_mesh_gen_location_srv::state
struct
bt_mesh_gen_location_state
*
Examples
References
from
examples
Code
Location
Scope
struct
bt_mesh_gen_location_srv
{
generic_server.h:128
struct
bt_mesh_gen_location_srv
*
srv
=
model
->
user_data
;
generic_server.c:1311
send_gen_location_status()
struct
bt_mesh_gen_location_srv
*
srv
=
model
->
user_data
;
generic_server.c:1324
send_gen_location_status()
struct
bt_mesh_gen_location_srv
*
srv
=
model
->
user_data
;
generic_server.c:1359
gen_location_get()
struct
bt_mesh_gen_location_srv
*
srv
=
model
->
user_data
;
generic_server.c:2367
generic_server_init()
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