ESP-IDF
ble_hs_reset_reason
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_reset_reason
ble_hs_reset_reason variable
Syntax
Show:
Summary
Declaration
from
ble_hs.c:67
static
int
ble_hs_reset_reason
;
Examples
References
from
examples
Code
Location
Referrer
static
int
ble_hs_reset_reason
;
ble_hs.c:67
ble_gap_reset_state
(
ble_hs_reset_reason
)
;
ble_hs.c:409
ble_hs_reset()
if
(
ble_hs_cfg
.
reset_cb
!=
NULL
&&
ble_hs_reset_reason
!=
0
)
{
ble_hs.c:414
ble_hs_reset()
ble_hs_cfg
.
reset_cb
(
ble_hs_reset_reason
)
;
ble_hs.c:415
ble_hs_reset()
ble_hs_reset_reason
=
0
;
ble_hs.c:417
ble_hs_reset()
ble_hs_reset_reason
=
reason
;
ble_hs.c:638
ble_hs_sched_reset()
ble_hs_reset_reason
=
0
;
ble_hs.c:782
ble_hs_init()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ble_hs_reset_reason
is written by 3 functions and is read by 1 function:
ble_hs_reset()
ble_hs_sched_reset()
ble_hs_init()
All items filtered out
ble_hs_reset_reason
ble_hs_reset()
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