ESP-IDF
ble_hs_evq_get()
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
ble_hs_evq_get()
ble_hs_evq_get() function
Syntax
Show:
Summary
Declaration
Definition
from
ble_hs_priv.h:133
struct
ble_npl_eventq
*
ble_hs_evq_get
(
void
)
;
Implemented in
ble_hs.c:127
Examples
References
from
examples
Code
Location
Referrer
ble_hs_evq_get
(
void
)
ble_hs.c:128
struct
ble_npl_eventq
*
ble_hs_evq_get
(
void
)
;
ble_hs_priv.h:133
ble_npl_eventq_put
(
(
struct
ble_npl_eventq
*
)
ble_hs_evq_get
(
)
,
ble_hs.c:517
ble_hs_sched_start_stage2()
ble_npl_eventq_put
(
ble_hs_evq_get
(
)
,
&
ble_hs_flow_ev
)
;
ble_hs_flow.c:149
ble_hs_flow_inc_completed_pkts()
ble_npl_eventq_remove
(
ble_hs_evq_get
(
)
,
&
ble_hs_flow_ev
)
;
ble_hs_flow.c:239
ble_hs_flow_startup()
ble_npl_callout_init
(
&
ble_hs_flow_timer
,
ble_hs_evq_get
(
)
,
ble_hs_flow.c:273
ble_hs_flow_startup()
ble_npl_callout_init
(
&
ble_hs_flow_timer
,
ble_hs_evq_get
(
)
,
ble_hs_flow.c:293
ble_hs_flow_init()
ble_hs_evq_get
(
)
,
ble_hs_resolv.c:793
ble_hs_resolv_init()
Call Tree
from
examples
ble_hs_evq_get()
is called by 5 functions:
ble_hs_sched_start_stage2()
ble_hs_flow_inc_completed_pkts()
ble_hs_flow_startup()
ble_hs_flow_init()
ble_hs_resolv_init()
All items filtered out
ble_hs_evq_get()
All items filtered out
Data Use
from
examples
ble_hs_evq_get()
reads 1 variable:
ble_hs_evq
All items filtered out
ble_hs_evq_get()
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