Home
last modified time | relevance | path

Searched refs:flush_tout (Results 1 – 2 of 2) sorted by relevance

/system/bt/stack/l2cap/
Dl2c_api.cc1463 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()
[all …]
/system/bt/stack/include/
Dl2c_api.h846 uint16_t flush_tout);