ESP-IDF
ble_gattc_timer()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/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_gattc_timer()
ble_gattc_timer() function
Times out expired GATT client procedures.
Syntax
Show:
Summary
Declaration
Definition
from
ble_gatt_priv.h:160
int32_t
ble_gattc_timer
(
void
)
;
Implemented in
ble_gattc.c:1286
Return value
The number of ticks until this function should be called again.
Examples
References
from
examples
Code
Location
Referrer
ble_gattc_timer
(
void
)
ble_gattc.c:1287
int32_t
ble_gattc_timer
(
void
)
;
ble_gatt_priv.h:160
ticks_until_next
=
ble_gattc_timer
(
)
;
ble_hs.c:435
ble_hs_timer_exp()
Call Tree
from
examples
ble_gattc_timer()
is called by 1 function and calls 6 functions:
ble_hs_timer_exp()
All items filtered out
ble_gattc_timer()
ble_gap_terminate()
ble_gattc_extract_expired()
ble_gattc_resume_procs()
ble_gattc_ticks_until_resume()
ble_gattc_proc_timeout()
ble_gattc_proc_free()
All items filtered out
Data Use
from
examples
ble_gattc_timer()
reads 3 variables:
ble_error_codes::BLE_ERR_REM_USER_CONN_TERM
ble_gattc_proc::next
ble_gattc_proc::conn_handle
All items filtered out
ble_gattc_timer()
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