Home
last modified time | relevance | path

Searched refs:ble_npl_time_ms_to_ticks32 (Results 1 – 20 of 20) sorted by relevance

/nrf52832-nimble/packages/NimBLE-latest/porting/npl/linux/src/
H A Dos_time.c58 ble_npl_time_t ble_npl_time_ms_to_ticks32(uint32_t ms) in ble_npl_time_ms_to_ticks32() function
/nrf52832-nimble/packages/NimBLE-latest/porting/npl/dummy/src/
H A Dnpl_os_dummy.c179 ble_npl_time_ms_to_ticks32(uint32_t ms) in ble_npl_time_ms_to_ticks32() function
/nrf52832-nimble/packages/NimBLE-latest/nimble/include/nimble/
H A Dnimble_npl.h146 ble_npl_time_t ble_npl_time_ms_to_ticks32(uint32_t ms);
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/src/
H A Dble_ll_resolv.c465 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()
H A Dble_ll_conn_priv.h59 #define BLE_LL_CONN_AUTH_PYLD_OS_TMO(x) ble_npl_time_ms_to_ticks32((x) * 10)
H A Dble_ll.c844 ble_npl_time_ms_to_ticks32(50)); in ble_ll_hw_err_timer_cb()
H A Dble_ll_ctrl.c547 ble_npl_time_ms_to_ticks32(BLE_LL_CTRL_PROC_TIMEOUT_MS)); in ble_ll_ctrl_start_rsp_timer()
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/src/
H A Dble_hs_flow.c27 ble_npl_time_ms_to_ticks32(MYNEWT_VAL(BLE_HS_FLOW_CTRL_ITVL))
H A Dble_hs_hci.c259 ble_npl_time_ms_to_ticks32(BLE_HCI_CMD_TIMEOUT_MS)); in ble_hs_hci_wait_for_ack()
H A Dble_hs.c341 retry_tmo_ticks = ble_npl_time_ms_to_ticks32(BLE_HS_SYNC_RETRY_TIMEOUT_MS); in ble_hs_sync()
H A Dble_l2cap_sig.c308 ble_npl_time_ms_to_ticks32(BLE_L2CAP_SIG_UNRESPONSIVE_TIMEOUT); in ble_l2cap_sig_proc_set_timer()
H A Dble_gap.c1548 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()
H A Dble_gattc.c735 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()
H A Dble_sm.c356 ble_npl_time_ms_to_ticks32(BLE_SM_TIMEOUT_MS); in ble_sm_proc_set_timer()
/nrf52832-nimble/packages/NimBLE-latest/porting/npl/freertos/include/nimble/
H A Dnimble_npl_os.h256 ble_npl_time_ms_to_ticks32(uint32_t ms) in ble_npl_time_ms_to_ticks32() function
/nrf52832-nimble/packages/NimBLE-latest/porting/npl/riot/include/nimble/
H A Dnimble_npl_os.h236 ble_npl_time_ms_to_ticks32(uint32_t ms) in ble_npl_time_ms_to_ticks32() function
/nrf52832-nimble/packages/NimBLE-latest/porting/npl/mynewt/include/nimble/
H A Dnimble_npl_os.h258 ble_npl_time_ms_to_ticks32(uint32_t ms) in ble_npl_time_ms_to_ticks32() function
/nrf52832-nimble/packages/NimBLE-latest/porting/npl/rtthread/src/
H A Dnpl_os_rtthread.c285 ble_npl_time_t ble_npl_time_ms_to_ticks32(uint32_t ms) in ble_npl_time_ms_to_ticks32() function
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/src/
H A Dadv.c167 timeout = ble_npl_time_ms_to_ticks32(timeout); in mesh_adv_thread()
H A Dglue.c456 ticks = ble_npl_time_ms_to_ticks32(duration); in k_sleep()