ESP-IDF
hidh_local_param_t::event_loop_handle
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
hidh_local_param_t::event_loop_handle
hidh_local_param_t::event_loop_handle field
Syntax
Show:
Summary
Declaration
from
bt_hidh.c:30
esp_event_loop_handle_t
event_loop_handle
;
Examples
References
from
examples
Code
Location
Referrer
esp_event_loop_handle_t
event_loop_handle
;
bt_hidh.c:30
esp_event_post_to
(
hidh_local_param
.
event_loop_handle
,
ESP_HIDH_EVENTS
,
ESP_HIDH_OPEN_EVENT
,
p
,
event_data_size
,
bt_hidh.c:189
open_failed_cb()
esp_event_post_to
(
hidh_local_param
.
event_loop_handle
,
ESP_HIDH_EVENTS
,
ESP_HIDH_START_EVENT
,
&
p
,
bt_hidh.c:208
esp_hh_cb()
esp_event_post_to
(
hidh_local_param
.
event_loop_handle
,
ESP_HIDH_EVENTS
,
ESP_HIDH_STOP_EVENT
,
&
p
,
bt_hidh.c:218
esp_hh_cb()
esp_event_post_to
(
hidh_local_param
.
event_loop_handle
,
ESP_HIDH_EVENTS
,
ESP_HIDH_OPEN_EVENT
,
&
p
,
bt_hidh.c:394
esp_hh_cb()
esp_event_post_to
(
hidh_local_param
.
event_loop_handle
,
ESP_HIDH_EVENTS
,
ESP_HIDH_OPEN_EVENT
,
&
p
,
bt_hidh.c:429
esp_hh_cb()
esp_event_post_to
(
hidh_local_param
.
event_loop_handle
,
ESP_HIDH_EVENTS
,
ESP_HIDH_CLOSE_EVENT
,
&
p
,
bt_hidh.c:465
esp_hh_cb()
esp_event_post_to
(
hidh_local_param
.
event_loop_handle
,
ESP_HIDH_EVENTS
,
ESP_HIDH_FEATURE_EVENT
,
&
p
,
bt_hidh.c:486
esp_hh_cb()
esp_event_post_to
(
hidh_local_param
.
event_loop_handle
,
ESP_HIDH_EVENTS
,
ESP_HIDH_FEATURE_EVENT
,
p_param
,
bt_hidh.c:524
esp_hh_cb()
esp_event_post_to
(
hidh_local_param
.
event_loop_handle
,
ESP_HIDH_EVENTS
,
ESP_HIDH_FEATURE_EVENT
,
p_param
,
bt_hidh.c:558
esp_hh_cb()
esp_event_post_to
(
hidh_local_param
.
event_loop_handle
,
ESP_HIDH_EVENTS
,
ESP_HIDH_FEATURE_EVENT
,
&
p
,
bt_hidh.c:583
esp_hh_cb()
esp_event_post_to
(
hidh_local_param
.
event_loop_handle
,
ESP_HIDH_EVENTS
,
ESP_HIDH_FEATURE_EVENT
,
p_param
,
bt_hidh.c:614
esp_hh_cb()
esp_event_post_to
(
hidh_local_param
.
event_loop_handle
,
ESP_HIDH_EVENTS
,
ESP_HIDH_FEATURE_EVENT
,
&
p
,
bt_hidh.c:639
esp_hh_cb()
esp_event_post_to
(
hidh_local_param
.
event_loop_handle
,
ESP_HIDH_EVENTS
,
ESP_HIDH_INPUT_EVENT
,
p_param
,
bt_hidh.c:713
esp_hh_cb()
hidh_local_param
.
event_loop_handle
=
esp_hidh_get_event_loop
(
)
;
bt_hidh.c:998
esp_bt_hidh_init()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
hidh_local_param_t::event_loop_handle
is written by 1 function and is read by 2 functions:
esp_bt_hidh_init()
All items filtered out
hidh_local_param_t::event_loop_handle
open_failed_cb()
esp_hh_cb()
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