ESP-IDF
esp_ble_hidd_dev_s::bat_level_handle
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
esp_ble_hidd_dev_s::bat_level_handle
esp_ble_hidd_dev_s::bat_level_handle field
Syntax
Show:
Summary
Declaration
from
ble_hidd.c:157
uint16_t
bat_level_handle
;
Examples
References
from
examples
Code
Location
Referrer
uint16_t
bat_level_handle
;
ble_hidd.c:157
dev
->
bat_level_handle
=
param
->
add_attr_tab
.
handles
[
BAS_IDX_BATT_LVL_VAL
]
;
//so we notify of the change
ble_hidd.c:384
bat_event_handler()
if
(
param
->
read
.
handle
==
dev
->
bat_level_handle
)
{
ble_hidd.c:398
bat_event_handler()
if
(
param
->
set_attr_val
.
attr_handle
==
dev
->
bat_level_handle
)
{
ble_hidd.c:410
bat_event_handler()
ret
=
esp_ble_gatts_send_indicate
(
dev
->
bat_svc
.
gatt_if
,
dev
->
conn_id
,
dev
->
bat_level_handle
,
1
,
&
dev
->
bat_level
,
false
)
;
ble_hidd.c:831
esp_ble_hidd_dev_battery_set()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
esp_ble_hidd_dev_s::bat_level_handle
is written by 1 function and is read by 2 functions:
bat_event_handler()
All items filtered out
esp_ble_hidd_dev_s::bat_level_handle
bat_event_handler()
esp_ble_hidd_dev_battery_set()
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