ESP-IDF
ble_npl_time_ms_to_ticks32()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ble_npl_time_ms_to_ticks32()
ble_npl_time_ms_to_ticks32() function
Syntax
Show:
Summary
Declaration
Definition
from
nimble_npl.h:151
ble_npl_time_t
ble_npl_time_ms_to_ticks32
(
uint32_t
ms
)
;
Implemented in
nimble_npl_os.h:340
Arguments
Argument
ms
Examples
References
from
examples
Code
Location
Referrer
ble_npl_time_ms_to_ticks32
(
uint32_t
ms
)
nimble_npl_os.h:341
ble_npl_time_t
ble_npl_time_ms_to_ticks32
(
uint32_t
ms
)
;
nimble_npl.h:151
ev
=
ble_npl_eventq_get
(
&
bt_mesh_adv_queue
,
ble_npl_time_ms_to_ticks32
(
adv_timeout
)
)
;
adv_legacy.c:165
mesh_adv_thread()
ble_npl_time_ms_to_ticks32
(
BLE_GAP_UPDATE_TIMEOUT_MS
)
;
ble_gap.c:1675
ble_gap_rx_update_complete()
return
ble_npl_time_ms_to_ticks32
(
BLE_GAP_CANCEL_RETRY_TIMEOUT_MS
)
;
ble_gap.c:2910
ble_gap_master_timer()
return
ble_npl_time_ms_to_ticks32
(
BLE_GAP_CANCEL_RETRY_TIMEOUT_MS
)
;
ble_gap.c:2931
ble_gap_master_timer()
ble_npl_time_ms_to_ticks32
(
BLE_GAP_UPDATE_TIMEOUT_MS
)
;
ble_gap.c:7922
ble_gap_update_params()
ble_npl_time_ms_to_ticks32
(
BLE_GATTC_UNRESPONSIVE_TIMEOUT_MS
)
;
ble_gattc.c:797
ble_gattc_proc_set_exp_timer()
ble_npl_time_ms_to_ticks32
(
MYNEWT_VAL
(
BLE_GATT_RESUME_RATE
)
)
;
ble_gattc.c:810
ble_gattc_proc_set_resume_timer()
retry_tmo_ticks
=
ble_npl_time_ms_to_ticks32
(
BLE_HS_SYNC_RETRY_TIMEOUT_MS
)
;
ble_hs.c:377
ble_hs_sync()
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_time_ms_to_ticks32
(
BLE_HCI_CMD_TIMEOUT_MS
)
)
;
ble_hs_hci.c:509
ble_hs_hci_wait_for_ack()
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()
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()
ble_npl_time_ms_to_ticks32
(
BLE_HOST_STOP_TIMEOUT_MS
)
)
;
ble_hs_stop.c:265
ble_hs_stop()
ble_npl_time_ms_to_ticks32
(
BLE_L2CAP_SIG_UNRESPONSIVE_TIMEOUT
)
;
ble_l2cap_sig.c:343
ble_l2cap_sig_proc_set_timer()
ble_npl_time_ms_to_ticks32
(
BLE_SM_TIMEOUT_MS
)
;
ble_sm.c:376
ble_sm_proc_set_timer()
ticks
=
ble_npl_time_ms_to_ticks32
(
duration
)
;
glue.c:567
k_sleep()
Call Tree
from
examples
ble_npl_time_ms_to_ticks32()
is called by 15 functions and calls 1 function:
ble_sm_proc_set_timer()
ble_hs_stop()
ble_hs_sync()
ble_gattc_proc_set_exp_timer()
ble_gattc_proc_set_resume_timer()
ble_l2cap_sig_proc_set_timer()
ble_gap_rx_update_complete()
ble_gap_master_timer()
ble_gap_update_params()
ble_hs_flow_inc_completed_pkts()
ble_hs_hci_wait_for_ack()
ble_hs_resolv_set_rpa_tmo()
ble_hs_resolv_init()
mesh_adv_thread()
k_sleep()
All items filtered out
ble_npl_time_ms_to_ticks32()
npl_funcs_t::p_ble_npl_time_ms_to_ticks32
All items filtered out
Data Use
from
examples
ble_npl_time_ms_to_ticks32()
reads 1 variable:
npl_funcs
All items filtered out
ble_npl_time_ms_to_ticks32()
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