Lines Matching refs:flush_tout
1088 BOOLEAN L2CA_SetFlushTimeout (BD_ADDR bd_addr, UINT16 flush_tout) in L2CA_SetFlushTimeout() argument
1095 if (flush_tout == 0x0000) in L2CA_SetFlushTimeout()
1097 hci_flush_to = flush_tout; in L2CA_SetFlushTimeout()
1098 flush_tout = L2CAP_NO_AUTOMATIC_FLUSH; in L2CA_SetFlushTimeout()
1101 else if (flush_tout == L2CAP_NO_RETRANSMISSION) in L2CA_SetFlushTimeout()
1106 hci_flush_to = flush_tout; in L2CA_SetFlushTimeout()
1109 else if (flush_tout == L2CAP_NO_AUTOMATIC_FLUSH) in L2CA_SetFlushTimeout()
1116 temp = (((UINT32)flush_tout * 8) + 3) / 5; in L2CA_SetFlushTimeout()
1121 … L2CAP_TRACE_WARNING1("WARNING L2CA_SetFlushTimeout timeout(0x%x) is out of range", flush_tout); in L2CA_SetFlushTimeout()
1136 if (p_lcb->link_flush_tout != flush_tout) in L2CA_SetFlushTimeout()
1138 p_lcb->link_flush_tout = flush_tout; in L2CA_SetFlushTimeout()
1141 flush_tout, bd_addr[3], bd_addr[4], bd_addr[5]); in L2CA_SetFlushTimeout()
1163 if (p_lcb->link_flush_tout != flush_tout) in L2CA_SetFlushTimeout()
1165 p_lcb->link_flush_tout = flush_tout; in L2CA_SetFlushTimeout()
1168 flush_tout, p_lcb->remote_bd_addr[3], in L2CA_SetFlushTimeout()