ESP-IDF
+
0
/1 examples
SourceVu will show references to
nimble_port_get_dflt_eventq()
from the following samples and libraries:
blecsc sample
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
nimble_port_get_dflt_eventq()
nimble_port_get_dflt_eventq() function
Syntax
Show:
Summary
Declaration
Definition
from
nimble_port.h:73
struct
ble_npl_eventq
*
nimble_port_get_dflt_eventq
(
void
)
;
Implemented in
nimble_port.c:317
Examples
nimble_port_get_dflt_eventq()
is referenced by 1 libraries and example projects:
blecsc sample
References
from
0/1
examples
Code
Location
Referrer
IRAM_ATTR
nimble_port_get_dflt_eventq
(
void
)
nimble_port.c:318
struct
ble_npl_eventq
*
nimble_port_get_dflt_eventq
(
void
)
;
nimble_port.h:73
ble_npl_eventq_put
(
nimble_port_get_dflt_eventq
(
)
,
&
ble_hs_ev_start_stage1
)
;
ble_hs.c:528
ble_hs_sched_start()
ble_hs_evq_set
(
nimble_port_get_dflt_eventq
(
)
)
;
ble_hs.c:852
ble_hs_init()
ble_npl_eventq_put
(
nimble_port_get_dflt_eventq
(
)
,
&
ble_hs_ev_start_stage1
)
;
ble_hs.c:864
ble_hs_init()
ble_npl_callout_init
(
&
ble_hs_stop_terminate_tmo
,
nimble_port_get_dflt_eventq
(
)
,
ble_hs_stop.c:281
ble_hs_stop_init()
ble_npl_callout_init
(
work
,
nimble_port_get_dflt_eventq
(
)
,
handler
,
NULL
)
;
glue.c:452
k_work_init()
ble_npl_callout_init
(
&
w
->
work
,
nimble_port_get_dflt_eventq
(
)
,
f
,
NULL
)
;
glue.c:462
k_work_init_delayable()
Call Tree
from
0/1
examples
nimble_port_get_dflt_eventq()
is called by 5 functions:
ble_hs_stop_init()
ble_hs_sched_start()
ble_hs_init()
k_work_init()
k_work_init_delayable()
All items filtered out
nimble_port_get_dflt_eventq()
All items filtered out
Data Use
from
0/1
examples
All items filtered out
All items filtered out
Class Tree
from
0/1
examples
All items filtered out
All items filtered out
Override Tree
from
0/1
examples
All items filtered out
All items filtered out
Implementations
from
0/1
examples
All items filtered out
All items filtered out
Instances
from
0/1
examples
Lifecycle
from
0/1
examples
All items filtered out
All items filtered out