ESP-IDF
bt_mesh_gen_battery_state
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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_battery_state
bt_mesh_gen_battery_state struct
Syntax
Show:
Summary
Declaration
from
generic_server.h:104
struct
bt_mesh_gen_battery_state
{
uint32_t
battery_level
:
8
,
time_to_discharge
:
24
;
uint32_t
time_to_charge
:
24
,
battery_flags
:
8
;
}
;
Fields
Field
Declared as
bt_mesh_gen_battery_state::battery_level
uint32_t
:
8
bt_mesh_gen_battery_state::time_to_discharge
uint32_t
battery_level
:
8
,
:
24
bt_mesh_gen_battery_state::time_to_charge
uint32_t
:
24
bt_mesh_gen_battery_state::battery_flags
uint32_t
time_to_charge
:
24
,
:
8
Examples
References
from
examples
Code
Location
Scope
Referrer
struct
bt_mesh_gen_battery_state
{
generic_server.h:104
struct
bt_mesh_gen_battery_state
state
;
generic_server.h:114
bt_mesh_gen_battery_srv
bt_mesh_gen_battery_srv::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
Instance
Scope
Location
Project
bt_mesh_gen_battery_srv::state
bt_mesh_gen_battery_srv
generic_server.h:114
Lifecycle
from
examples
All items filtered out
All items filtered out