ESP-IDF
esp_ble_hidd_dev_s::control
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::control
esp_ble_hidd_dev_s::control field
Syntax
Show:
Summary
Declaration
from
ble_hidd.c:150
uint8_t
control
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
control
;
// 0x00 suspend, 0x01 suspend off
ble_hidd.c:150
dev
->
control
=
param
->
write
.
value
[
0
]
;
ble_hidd.c:509
hid_event_handler()
cb_param
.
control
.
control
=
dev
->
control
;
ble_hidd.c:513
hid_event_handler()
s_dev
->
control
=
ESP_HID_CONTROL_EXIT_SUSPEND
;
ble_hidd.c:959
esp_ble_hidd_dev_init()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
esp_ble_hidd_dev_s::control
is written by 2 functions and is read by 1 function:
hid_event_handler()
esp_ble_hidd_dev_init()
All items filtered out
esp_ble_hidd_dev_s::control
hid_event_handler()
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