ESP-IDF
bt_mesh_gen_power_last_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_power_last_status
bt_mesh_gen_power_last_status struct
Syntax
Show:
Summary
Declaration
from
generic_client.h:192
struct
bt_mesh_gen_power_last_status
{
uint16_t
power
;
}
;
Fields
Field
Declared as
bt_mesh_gen_power_last_status::power
uint16_t
Examples
References
from
examples
Code
Location
Scope
Referrer
struct
bt_mesh_gen_power_last_status
{
generic_client.h:192
struct
bt_mesh_gen_power_last_status
*
status
=
NULL
;
generic_client.c:246
generic_status()
status
=
bt_mesh_calloc
(
sizeof
(
struct
bt_mesh_gen_power_last_status
)
)
;
generic_client.c:251
generic_status()
len
=
sizeof
(
struct
bt_mesh_gen_power_last_status
)
;
generic_client.c:258
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