Lines Matching refs:flush_tout
1463 bool L2CA_SetFlushTimeout(const RawAddress& bd_addr, uint16_t flush_tout) { in L2CA_SetFlushTimeout() argument
1469 if (flush_tout == 0x0000) { in L2CA_SetFlushTimeout()
1470 hci_flush_to = flush_tout; in L2CA_SetFlushTimeout()
1471 flush_tout = L2CAP_NO_AUTOMATIC_FLUSH; in L2CA_SetFlushTimeout()
1474 else if (flush_tout == L2CAP_NO_RETRANSMISSION) { in L2CA_SetFlushTimeout()
1478 hci_flush_to = flush_tout; in L2CA_SetFlushTimeout()
1481 else if (flush_tout == L2CAP_NO_AUTOMATIC_FLUSH) { in L2CA_SetFlushTimeout()
1485 temp = (((uint32_t)flush_tout * 8) + 3) / 5; in L2CA_SetFlushTimeout()
1491 flush_tout); in L2CA_SetFlushTimeout()
1502 if (p_lcb->link_flush_tout != flush_tout) { in L2CA_SetFlushTimeout()
1503 p_lcb->link_flush_tout = flush_tout; in L2CA_SetFlushTimeout()
1505 VLOG(1) << __func__ << " BDA: " << bd_addr << " " << flush_tout << "ms"; in L2CA_SetFlushTimeout()
1519 if (p_lcb->link_flush_tout != flush_tout) { in L2CA_SetFlushTimeout()
1520 p_lcb->link_flush_tout = flush_tout; in L2CA_SetFlushTimeout()
1523 << flush_tout << "ms"; in L2CA_SetFlushTimeout()