ESP-IDF
ble_hs_flow_timer
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_flow_timer
ble_hs_flow_timer variable
Periodically sends number-of-completed-packets events.
Syntax
Show:
Summary
Declaration
from
ble_hs_flow.c:36
static
struct
ble_npl_callout
ble_hs_flow_timer
;
Examples
References
from
examples
Code
Location
Referrer
static
struct
ble_npl_callout
ble_hs_flow_timer
;
ble_hs_flow.c:36
ble_npl_callout_stop
(
&
ble_hs_flow_timer
)
;
ble_hs_flow.c:150
ble_hs_flow_inc_completed_pkts()
rc
=
ble_npl_callout_reset
(
&
ble_hs_flow_timer
,
BLE_HS_FLOW_ITVL_TICKS
)
;
ble_hs_flow.c:152
ble_hs_flow_inc_completed_pkts()
ble_npl_callout_init
(
&
ble_hs_flow_timer
,
ble_hs_evq_get
(
)
,
ble_hs_flow.c:273
ble_hs_flow_startup()
ble_npl_callout_deinit
(
&
ble_hs_flow_timer
)
;
ble_hs_flow.c:284
ble_hs_flow_stop()
ble_npl_callout_init
(
&
ble_hs_flow_timer
,
ble_hs_evq_get
(
)
,
ble_hs_flow.c:293
ble_hs_flow_init()
ble_npl_callout_deinit
(
&
ble_hs_flow_timer
)
;
ble_hs_flow.c:303
ble_hs_flow_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