Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/l2cap/
Dl2c_csm.c789 p_ccb->fcrb.connect_tick_count = GKI_get_os_tick_count(); in l2c_csm_config()
871 p_ccb->fcrb.connect_tick_count = GKI_get_os_tick_count(); in l2c_csm_config()
Dl2c_int.h211 UINT32 connect_tick_count; /* Time channel was established */ member
Dl2c_fcr.c251 UINT32 dur = GKI_get_os_tick_count() - p_ccb->fcrb.connect_tick_count; in l2c_fcr_cleanup()