ESP-IDF
ble_hs_ev_stop
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_ev_stop
ble_hs_ev_stop variable
Syntax
Show:
Summary
Declaration
from
nimble_port.c:65
static
struct
ble_npl_event
ble_hs_ev_stop
;
Examples
References
from
examples
Code
Location
Referrer
static
struct
ble_npl_event
ble_hs_ev_stop
;
nimble_port.c:65
ble_npl_event_init
(
&
ble_hs_ev_stop
,
nimble_port_stop_cb
,
nimble_port.c:287
nimble_port_stop()
ble_npl_eventq_put
(
&
g_eventq_dflt
,
&
ble_hs_ev_stop
)
;
nimble_port.c:289
nimble_port_stop()
ble_npl_event_deinit
(
&
ble_hs_ev_stop
)
;
nimble_port.c:296
nimble_port_stop()
if
(
ev
==
&
ble_hs_ev_stop
)
{
nimble_port.c:310
nimble_port_run()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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