Home
last modified time | relevance | path

Searched refs:osi_time_get_os_boottime_ms (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-latest/components/bt/common/osi/include/osi/
Dalarm.h79 uint32_t osi_time_get_os_boottime_ms(void);
/hal_espressif-latest/components/bt/common/osi/
Dalarm.c317 uint32_t osi_time_get_os_boottime_ms(void) in osi_time_get_os_boottime_ms() function
/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/
Drfc_l2cap_if.c118 rfc_timer_start(p_mcb, (UINT16)(osi_time_get_os_boottime_ms() % 10 + 2)); in RFCOMM_ConnectInd()
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_csm.c735 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()
Dl2c_fcr.c258 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()
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_inq.c1940 p_i->time_of_resp = osi_time_get_os_boottime_ms(); in btm_process_inq_results()
Dbtm_sec.c3824 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()