ESP-IDF
ble_hs_resolv_data::rpa_tmo
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_resolv_data::rpa_tmo
ble_hs_resolv_data::rpa_tmo field
Syntax
Show:
Summary
Declaration
from
ble_hs_resolv.c:42
uint32_t
rpa_tmo
;
Examples
References
from
examples
Code
Location
Referrer
uint32_t
rpa_tmo
;
ble_hs_resolv.c:42
(
int32_t
)
g_ble_hs_resolv_data
.
rpa_tmo
)
;
ble_hs_resolv.c:461
ble_hs_resolv_rpa_timer_cb()
tmo
=
(
int32_t
)
g_ble_hs_resolv_data
.
rpa_tmo
;
ble_hs_resolv.c:681
ble_hs_resolv_enable()
g_ble_hs_resolv_data
.
rpa_tmo
=
ble_npl_time_ms_to_ticks32
(
tmo_secs
*
1000
)
;
ble_hs_resolv.c:711
ble_hs_resolv_set_rpa_tmo()
(
int32_t
)
g_ble_hs_resolv_data
.
rpa_tmo
)
;
ble_hs_resolv.c:720
ble_hs_resolv_set_rpa_tmo()
g_ble_hs_resolv_data
.
rpa_tmo
=
ble_npl_time_ms_to_ticks32
(
MYNEWT_VAL
(
BLE_RPA_TIMEOUT
)
*
1000
)
;
ble_hs_resolv.c:790
ble_hs_resolv_init()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ble_hs_resolv_data::rpa_tmo
is written by 2 functions and is read by 3 functions:
ble_hs_resolv_set_rpa_tmo()
ble_hs_resolv_init()
All items filtered out
ble_hs_resolv_data::rpa_tmo
ble_hs_resolv_rpa_timer_cb()
ble_hs_resolv_enable()
ble_hs_resolv_set_rpa_tmo()
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