ESP-IDF
event_loop_handle
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/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
event_loop_handle
event_loop_handle variable
Syntax
Show:
Summary
Declaration
from
ble_hidh.c:50
static
esp_event_loop_handle_t
event_loop_handle
;
Examples
References
from
examples
Code
Location
Referrer
static
esp_event_loop_handle_t
event_loop_handle
;
ble_hidh.c:50
if
(
event_loop_handle
)
{
ble_hidh.c:462
esp_hidh_gattc_event_handler()
esp_event_post_to
(
event_loop_handle
,
ESP_HIDH_EVENTS
,
ESP_HIDH_BATTERY_EVENT
,
&
p
,
sizeof
(
esp_hidh_event_data_t
)
,
portMAX_DELAY
)
;
ble_hidh.c:467
esp_hidh_gattc_event_handler()
esp_event_post_to
(
event_loop_handle
,
ESP_HIDH_EVENTS
,
ESP_HIDH_FEATURE_EVENT
,
p_param
,
event_data_size
,
portMAX_DELAY
)
;
ble_hidh.c:495
esp_hidh_gattc_event_handler()
esp_event_post_to
(
event_loop_handle
,
ESP_HIDH_EVENTS
,
ESP_HIDH_INPUT_EVENT
,
p_param
,
event_data_size
,
portMAX_DELAY
)
;
ble_hidh.c:503
esp_hidh_gattc_event_handler()
if
(
event_loop_handle
)
{
ble_hidh.c:532
esp_hidh_gattc_event_handler()
esp_event_post_to
(
event_loop_handle
,
ESP_HIDH_EVENTS
,
ESP_HIDH_CLOSE_EVENT
,
&
p
,
sizeof
(
esp_hidh_event_data_t
)
,
portMAX_DELAY
)
;
ble_hidh.c:537
esp_hidh_gattc_event_handler()
event_loop_handle
=
esp_hidh_get_event_loop
(
)
;
ble_hidh.c:624
esp_ble_hidh_init()
if
(
event_loop_handle
)
{
ble_hidh.c:704
esp_ble_hidh_dev_open()
esp_event_post_to
(
event_loop_handle
,
ESP_HIDH_EVENTS
,
ESP_HIDH_OPEN_EVENT
,
&
p
,
sizeof
(
esp_hidh_event_data_t
)
,
portMAX_DELAY
)
;
ble_hidh.c:708
esp_ble_hidh_dev_open()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
event_loop_handle
is written by 1 function and is read by 2 functions:
esp_ble_hidh_init()
All items filtered out
event_loop_handle
esp_hidh_gattc_event_handler()
esp_ble_hidh_dev_open()
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