Searched refs:osi_time_get_os_boottime_ms (Results 1 – 7 of 7) sorted by relevance
79 uint32_t osi_time_get_os_boottime_ms(void);
317 uint32_t osi_time_get_os_boottime_ms(void) in osi_time_get_os_boottime_ms() function
118 rfc_timer_start(p_mcb, (UINT16)(osi_time_get_os_boottime_ms() % 10 + 2)); in RFCOMM_ConnectInd()
735 p_ccb->fcrb.connect_tick_count = osi_time_get_os_boottime_ms(); in l2c_csm_config()813 p_ccb->fcrb.connect_tick_count = osi_time_get_os_boottime_ms(); in l2c_csm_config()
258 UINT32 dur = osi_time_get_os_boottime_ms() - p_ccb->fcrb.connect_tick_count; in l2c_fcr_cleanup()1659 UINT32_TO_STREAM (p, osi_time_get_os_boottime_ms()); in l2c_fcr_get_next_xmit_sdu_seg()2176 delay = osi_time_get_os_boottime_ms() - timestamp; in l2c_fcr_collect_ack_delay()2199 timestamp = osi_time_get_os_boottime_ms(); in l2c_fcr_collect_ack_delay()
1940 p_i->time_of_resp = osi_time_get_os_boottime_ms(); in btm_process_inq_results()
3824 btm_cb.collision_start_time = osi_time_get_os_boottime_ms(); in btm_sec_auth_collision()3827 if ((osi_time_get_os_boottime_ms() - btm_cb.collision_start_time) < btm_cb.max_collision_delay) in btm_sec_auth_collision()