ESP-IDF
esp_ble_mesh_gen_battery_state_t
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
esp_ble_mesh_gen_battery_state_t
esp_ble_mesh_gen_battery_state_t struct
Parameters of Generic Battery state
Syntax
Show:
Summary
Declaration
from
esp_ble_mesh_generic_model_api.h:873
typedef
struct
{
uint32_t
battery_level
:
8
,
time_to_discharge
:
24
;
uint32_t
time_to_charge
:
24
,
battery_flags
:
8
;
}
esp_ble_mesh_gen_battery_state_t
;
Fields
Field
Declared as
Description
esp_ble_mesh_gen_battery_state_t::battery_level
uint32_t
:
8
esp_ble_mesh_gen_battery_state_t::time_to_discharge
uint32_t
battery_level
:
8
,
:
24
The value of the Generic Battery Time to Discharge state.
esp_ble_mesh_gen_battery_state_t::time_to_charge
uint32_t
:
24
esp_ble_mesh_gen_battery_state_t::battery_flags
uint32_t
time_to_charge
:
24
,
:
8
The value of the Generic Battery Flags state.
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
{
esp_ble_mesh_generic_model_api.h:873
}
esp_ble_mesh_gen_battery_state_t
;
esp_ble_mesh_generic_model_api.h:878
esp_ble_mesh_gen_battery_state_t
esp_ble_mesh_gen_battery_state_t
state
;
/*!< Parameters of the Generic Battery state */
esp_ble_mesh_generic_model_api.h:884
esp_ble_mesh_gen_battery_srv_t
esp_ble_mesh_gen_battery_srv_t::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
esp_ble_mesh_gen_battery_srv_t::state
esp_ble_mesh_gen_battery_srv_t
esp_ble_mesh_generic_model_api.h:884
Lifecycle
from
examples
All items filtered out
All items filtered out