Searched refs:link_flush_tout (Results 1 – 3 of 3) sorted by relevance
1172 if (p_lcb->link_flush_tout != flush_tout) { in L2CA_SetFlushTimeout()1173 p_lcb->link_flush_tout = flush_tout; in L2CA_SetFlushTimeout()1192 if (p_lcb->link_flush_tout != flush_tout) { in L2CA_SetFlushTimeout()1193 p_lcb->link_flush_tout = flush_tout; in L2CA_SetFlushTimeout()
97 p_lcb->link_flush_tout = 0xFFFF; in l2cu_allocate_lcb()2185 if (p_cfg->flush_to < p_lcb->link_flush_tout) { in l2cu_process_our_cfg_req()2186 p_lcb->link_flush_tout = p_cfg->flush_to; in l2cu_process_our_cfg_req()
399 UINT16 link_flush_tout; /* Flush timeout used */ member