ESP-IDF
ble_hs_timer
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (4/5)...
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_timer
ble_hs_timer variable
Handles unresponsive timeouts and periodic retries in case of resource shortage.
Syntax
Show:
Summary
Declaration
from
ble_hs.c:85
static
struct
ble_npl_callout
ble_hs_timer
;
Examples
References
from
examples
Code
Location
Referrer
static
struct
ble_npl_callout
ble_hs_timer
;
ble_hs.c:85
ble_npl_callout_stop
(
&
ble_hs_timer
)
;
ble_hs.c:472
ble_hs_timer_reset()
ble_npl_callout_deinit
(
&
ble_hs_timer
)
;
ble_hs.c:473
ble_hs_timer_reset()
rc
=
ble_npl_callout_reset
(
&
ble_hs_timer
,
ticks
)
;
ble_hs.c:475
ble_hs_timer_reset()
if
(
!
ble_npl_callout_is_active
(
&
ble_hs_timer
)
||
ble_hs.c:493
ble_hs_timer_sched()
ble_npl_callout_get_ticks
(
&
ble_hs_timer
)
)
)
<
0
)
{
ble_hs.c:495
ble_hs_timer_sched()
else
if
(
ble_npl_callout_get_ticks
(
&
ble_hs_timer
)
<=
ble_npl_time_get
(
)
)
{
ble_hs.c:498
ble_hs_timer_sched()
BLE_HS_LOG
(
DEBUG
,
"exp_time:%d.now:%d.ticks:%d.active:%d.Need reset."
,
ble_npl_callout_get_ticks
(
&
ble_hs_timer
)
,
ble_npl_time_get
(
)
,
ticks_from_now
,
ble_npl_callout_is_active
(
&
ble_hs_timer
)
)
;
ble_hs.c:500
ble_hs_timer_sched()
ble_npl_callout_init
(
&
ble_hs_timer
,
ble_hs_evq
,
ble_hs_timer_exp
,
NULL
)
;
ble_hs.c:688
ble_hs_start()
ble_npl_callout_deinit
(
&
ble_hs_timer
)
;
ble_hs.c:930
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