Home
last modified time | relevance | path

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

/system/bt/stack/l2cap/
Dl2c_csm.cc845 p_ccb->fcrb.connect_tick_count = time_get_os_boottime_ms(); in l2c_csm_config()
933 p_ccb->fcrb.connect_tick_count = time_get_os_boottime_ms(); in l2c_csm_config()
Dl2c_int.h200 uint32_t connect_tick_count; /* Time channel was established */ member
Dl2c_fcr.cc234 uint32_t dur = time_get_os_boottime_ms() - p_ccb->fcrb.connect_tick_count; in l2c_fcr_cleanup()