ESP-IDF
ble_gattc_resume_at
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_gattc_resume_at
ble_gattc_resume_at variable
Syntax
Show:
Summary
Declaration
from
ble_gattc.c:445
static
ble_npl_time_t
ble_gattc_resume_at
;
Examples
References
from
examples
Code
Location
Referrer
static
ble_npl_time_t
ble_gattc_resume_at
;
ble_gattc.c:445
if
(
ble_gattc_resume_at
==
0
)
{
ble_gattc.c:808
ble_gattc_proc_set_resume_timer()
ble_gattc_resume_at
=
ble_npl_time_get
(
)
+
ble_gattc.c:809
ble_gattc_proc_set_resume_timer()
if
(
ble_gattc_resume_at
==
0
)
{
ble_gattc.c:813
ble_gattc_proc_set_resume_timer()
ble_gattc_resume_at
++
;
ble_gattc.c:814
ble_gattc_proc_set_resume_timer()
ble_gattc_resume_at
=
0
;
ble_gattc.c:1231
ble_gattc_resume_procs()
if
(
ble_gattc_resume_at
==
0
)
{
ble_gattc.c:1252
ble_gattc_ticks_until_resume()
diff
=
ble_gattc_resume_at
-
now
;
ble_gattc.c:1257
ble_gattc_ticks_until_resume()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ble_gattc_resume_at
is written by 2 functions and is read by 2 functions:
ble_gattc_proc_set_resume_timer()
ble_gattc_resume_procs()
All items filtered out
ble_gattc_resume_at
ble_gattc_proc_set_resume_timer()
ble_gattc_ticks_until_resume()
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