Home
last modified time | relevance | path

Searched refs:connect_tick_count (Results 1 – 3 of 3) sorted by relevance

/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()
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/include/
Dl2c_int.h202 UINT32 connect_tick_count; /* Time channel was established */ member