ESP-IDF
ble_npl_time_get()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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_npl_time_get()
ble_npl_time_get() function
Syntax
Show:
Summary
Declaration
Definition
from
nimble_npl.h:145
ble_npl_time_t
ble_npl_time_get
(
void
)
;
Implemented in
nimble_npl_os.h:322
Examples
References
from
examples
Code
Location
Referrer
ble_npl_time_get
(
void
)
nimble_npl_os.h:323
ble_npl_time_t
ble_npl_time_get
(
void
)
;
nimble_npl.h:145
ble_npl_time_get
(
)
+
BLE_HS_ATT_SVR_QUEUED_WRITE_TMO
;
ble_att_svr.c:2762
ble_att_svr_insert_prep_entry()
ticks
=
ble_gap_master
.
exp_os_ticks
-
ble_npl_time_get
(
)
;
ble_gap.c:1369
ble_gap_master_ticks_until_exp()
ticks
=
ble_gap_slave
[
0
]
.
exp_os_ticks
-
ble_npl_time_get
(
)
;
ble_gap.c:1390
ble_gap_slave_ticks_until_exp()
now
=
ble_npl_time_get
(
)
;
ble_gap.c:1425
ble_gap_update_next_exp()
ble_gap_master
.
exp_os_ticks
=
ble_npl_time_get
(
)
+
ticks_from_now
;
ble_gap.c:1454
ble_gap_master_set_timer()
ble_gap_slave
[
0
]
.
exp_os_ticks
=
ble_npl_time_get
(
)
+
ticks_from_now
;
ble_gap.c:1465
ble_gap_slave_set_timer()
entry
->
exp_os_ticks
=
ble_npl_time_get
(
)
+
ble_gap.c:1674
ble_gap_rx_update_complete()
entry
->
exp_os_ticks
=
ble_npl_time_get
(
)
+
ble_gap.c:7921
ble_gap_update_params()
proc
->
exp_os_ticks
=
ble_npl_time_get
(
)
+
ble_gattc.c:796
ble_gattc_proc_set_exp_timer()
ble_gattc_resume_at
=
ble_npl_time_get
(
)
+
ble_gattc.c:809
ble_gattc_proc_set_resume_timer()
criteria
.
now
=
ble_npl_time_get
(
)
;
ble_gattc.c:1142
ble_gattc_extract_expired()
now
=
ble_npl_time_get
(
)
;
ble_gattc.c:1256
ble_gattc_ticks_until_resume()
abs_time
=
ble_npl_time_get
(
)
+
ticks_from_now
;
ble_hs.c:492
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_time_t
now
=
ble_npl_time_get
(
)
;
ble_hs_conn.c:509
ble_hs_conn_timer()
ble_npl_time_get
(
)
+
MYNEWT_VAL
(
BLE_L2CAP_RX_FRAG_TIMEOUT
)
;
ble_l2cap.c:314
ble_l2cap_rx_payload()
proc
->
exp_os_ticks
=
ble_npl_time_get
(
)
+
ble_l2cap_sig.c:342
ble_l2cap_sig_proc_set_timer()
now
=
ble_npl_time_get
(
)
;
ble_l2cap_sig.c:1900
ble_l2cap_sig_extract_expired()
proc
->
exp_os_ticks
=
ble_npl_time_get
(
)
+
ble_sm.c:375
ble_sm_proc_set_timer()
now
=
ble_npl_time_get
(
)
;
ble_sm.c:716
ble_sm_extract_expired()
t
=
ble_npl_callout_remaining_ticks
(
&
w
->
work
,
ble_npl_time_get
(
)
)
;
glue.c:528
k_work_delayable_remaining_get()
return
ble_npl_time_ticks_to_ms32
(
ble_npl_time_get
(
)
)
;
glue.c:544
k_uptime_get()
Call Tree
from
examples
ble_npl_time_get()
is called by 21 functions and calls 1 function:
ble_hs_conn_timer()
ble_sm_proc_set_timer()
ble_sm_extract_expired()
ble_att_svr_insert_prep_entry()
ble_hs_timer_sched()
ble_gattc_proc_set_exp_timer()
ble_gattc_proc_set_resume_timer()
ble_gattc_extract_expired()
ble_gattc_ticks_until_resume()
ble_l2cap_sig_proc_set_timer()
ble_l2cap_sig_extract_expired()
ble_gap_master_ticks_until_exp()
ble_gap_slave_ticks_until_exp()
ble_gap_update_next_exp()
ble_gap_master_set_timer()
ble_gap_slave_set_timer()
ble_gap_rx_update_complete()
ble_gap_update_params()
ble_l2cap_rx_payload()
k_work_delayable_remaining_get()
k_uptime_get()
All items filtered out
ble_npl_time_get()
npl_funcs_t::p_ble_npl_time_get
All items filtered out
Data Use
from
examples
ble_npl_time_get()
reads 1 variable:
npl_funcs
All items filtered out
ble_npl_time_get()
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