Searched refs:ble_npl_time_ms_to_ticks32 (Results 1 – 20 of 20) sorted by relevance
58 ble_npl_time_t ble_npl_time_ms_to_ticks32(uint32_t ms) in ble_npl_time_ms_to_ticks32() function
179 ble_npl_time_ms_to_ticks32(uint32_t ms) in ble_npl_time_ms_to_ticks32() function
146 ble_npl_time_t ble_npl_time_ms_to_ticks32(uint32_t ms);
465 g_ble_ll_resolv_data.rpa_tmo = ble_npl_time_ms_to_ticks32(tmo_secs * 1000); in ble_ll_resolv_set_rpa_tmo()653 g_ble_ll_resolv_data.rpa_tmo = ble_npl_time_ms_to_ticks32(15 * 60 * 1000); in ble_ll_resolv_init()
59 #define BLE_LL_CONN_AUTH_PYLD_OS_TMO(x) ble_npl_time_ms_to_ticks32((x) * 10)
844 ble_npl_time_ms_to_ticks32(50)); in ble_ll_hw_err_timer_cb()
547 ble_npl_time_ms_to_ticks32(BLE_LL_CTRL_PROC_TIMEOUT_MS)); in ble_ll_ctrl_start_rsp_timer()
27 ble_npl_time_ms_to_ticks32(MYNEWT_VAL(BLE_HS_FLOW_CTRL_ITVL))
259 ble_npl_time_ms_to_ticks32(BLE_HCI_CMD_TIMEOUT_MS)); in ble_hs_hci_wait_for_ack()
341 retry_tmo_ticks = ble_npl_time_ms_to_ticks32(BLE_HS_SYNC_RETRY_TIMEOUT_MS); in ble_hs_sync()
308 ble_npl_time_ms_to_ticks32(BLE_L2CAP_SIG_UNRESPONSIVE_TIMEOUT); in ble_l2cap_sig_proc_set_timer()
1548 return ble_npl_time_ms_to_ticks32(BLE_GAP_CANCEL_RETRY_TIMEOUT_MS); in ble_gap_master_timer()1568 return ble_npl_time_ms_to_ticks32(BLE_GAP_CANCEL_RETRY_TIMEOUT_MS); in ble_gap_master_timer()4239 ble_npl_time_ms_to_ticks32(BLE_GAP_UPDATE_TIMEOUT_MS); in ble_gap_update_params()
735 ble_npl_time_ms_to_ticks32(BLE_GATTC_UNRESPONSIVE_TIMEOUT_MS); in ble_gattc_proc_set_exp_timer()748 ble_npl_time_ms_to_ticks32(MYNEWT_VAL(BLE_GATT_RESUME_RATE)); in ble_gattc_proc_set_resume_timer()
356 ble_npl_time_ms_to_ticks32(BLE_SM_TIMEOUT_MS); in ble_sm_proc_set_timer()
256 ble_npl_time_ms_to_ticks32(uint32_t ms) in ble_npl_time_ms_to_ticks32() function
236 ble_npl_time_ms_to_ticks32(uint32_t ms) in ble_npl_time_ms_to_ticks32() function
258 ble_npl_time_ms_to_ticks32(uint32_t ms) in ble_npl_time_ms_to_ticks32() function
285 ble_npl_time_t ble_npl_time_ms_to_ticks32(uint32_t ms) in ble_npl_time_ms_to_ticks32() function
167 timeout = ble_npl_time_ms_to_ticks32(timeout); in mesh_adv_thread()
456 ticks = ble_npl_time_ms_to_ticks32(duration); in k_sleep()