Home
last modified time | relevance | path

Searched refs:ble_npl_time_get (Results 1 – 11 of 11) sorted by relevance

/device/soc/winnermicro/wm800/board/src/bt/blehost/nimble/include/nimble/
Dnimble_npl.h137 ble_npl_time_t ble_npl_time_get(void);
/device/soc/winnermicro/wm800/board/src/bt/blehost/porting/w800/include/nimble/
Dnimble_npl_os.h233 static inline uint32_t ble_npl_time_get(void) in ble_npl_time_get() function
/device/soc/winnermicro/wm800/board/src/bt/blehost/nimble/host/mesh/src/
Dglue.c373 t = ble_npl_callout_remaining_ticks(&w->work, ble_npl_time_get()); in k_delayed_work_remaining_get()
381 return ble_npl_time_ticks_to_ms32(ble_npl_time_get()); in k_uptime_get()
/device/soc/winnermicro/wm800/board/src/bt/blehost/nimble/host/src/
Dble_l2cap.c261 ble_npl_time_get() + MYNEWT_VAL(BLE_L2CAP_RX_FRAG_TIMEOUT); in ble_l2cap_rx_payload()
Dble_hs_conn.c418 now = ble_npl_time_get(); in ble_hs_conn_timer()
Dble_hs.c427 abs_time = ble_npl_time_get() + ticks_from_now; in ble_hs_timer_sched()
Dble_gap.c852 ticks = ble_gap_master.exp_os_ticks - ble_npl_time_get(); in ble_gap_master_ticks_until_exp()
872 ticks = ble_gap_slave[0].exp_os_ticks - ble_npl_time_get(); in ble_gap_slave_ticks_until_exp()
903 now = ble_npl_time_get(); in ble_gap_update_next_exp()
926 ble_gap_master.exp_os_ticks = ble_npl_time_get() + ticks_from_now; in ble_gap_master_set_timer()
935 ble_gap_slave[0].exp_os_ticks = ble_npl_time_get() + ticks_from_now; in ble_gap_slave_set_timer()
1081 entry->exp_os_ticks = ble_npl_time_get() + in ble_gap_rx_update_complete()
4868 entry->exp_os_ticks = ble_npl_time_get() + in ble_gap_update_params()
Dble_l2cap_sig.c326 proc->exp_os_ticks = ble_npl_time_get() + in ble_l2cap_sig_proc_set_timer()
1697 now = ble_npl_time_get(); in ble_l2cap_sig_extract_expired()
Dble_gattc.c704 proc->exp_os_ticks = ble_npl_time_get() + in ble_gattc_proc_set_exp_timer()
716 ble_gattc_resume_at = ble_npl_time_get() + in ble_gattc_proc_set_resume_timer()
951 criteria.now = ble_npl_time_get(); in ble_gattc_extract_expired()
1047 now = ble_npl_time_get(); in ble_gattc_ticks_until_resume()
Dble_sm.c344 proc->exp_os_ticks = ble_npl_time_get() + in ble_sm_proc_set_timer()
615 now = ble_npl_time_get(); in ble_sm_extract_expired()
Dble_att_svr.c2113 ble_npl_time_get() + BLE_HS_ATT_SVR_QUEUED_WRITE_TMO; in ble_att_svr_insert_prep_entry()