ESP-IDF
ble_hs_ev_reset
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_reset
ble_hs_ev_reset variable
OS event - triggers a full reset.
Syntax
Show:
Summary
Declaration
from
ble_hs.c:60
static
struct
ble_npl_event
ble_hs_ev_reset
;
Examples
References
from
examples
Code
Location
Referrer
static
struct
ble_npl_event
ble_hs_ev_reset
;
ble_hs.c:60
ble_npl_eventq_put
(
ble_hs_evq
,
&
ble_hs_ev_reset
)
;
ble_hs.c:639
ble_hs_sched_reset()
ble_npl_event_init
(
&
ble_hs_ev_reset
,
ble_hs_event_reset
,
NULL
)
;
ble_hs.c:789
ble_hs_init()
ble_npl_event_deinit
(
&
ble_hs_ev_reset
)
;
ble_hs.c:922
ble_hs_deinit()
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