Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/bt/host/bluedroid/stack/l2cap/
Dl2c_api.c1134 BOOLEAN L2CA_SetFlushTimeout (BD_ADDR bd_addr, UINT16 flush_tout) in L2CA_SetFlushTimeout() argument
1141 if (flush_tout == 0x0000) { in L2CA_SetFlushTimeout()
1142 hci_flush_to = flush_tout; in L2CA_SetFlushTimeout()
1143 flush_tout = L2CAP_NO_AUTOMATIC_FLUSH; in L2CA_SetFlushTimeout()
1146 else if (flush_tout == L2CAP_NO_RETRANSMISSION) { in L2CA_SetFlushTimeout()
1150 hci_flush_to = flush_tout; in L2CA_SetFlushTimeout()
1153 else if (flush_tout == L2CAP_NO_AUTOMATIC_FLUSH) { in L2CA_SetFlushTimeout()
1157 temp = (((UINT32)flush_tout * 8) + 3) / 5; in L2CA_SetFlushTimeout()
1161 … L2CAP_TRACE_WARNING("WARNING L2CA_SetFlushTimeout timeout(0x%x) is out of range", flush_tout); in L2CA_SetFlushTimeout()
1172 if (p_lcb->link_flush_tout != flush_tout) { in L2CA_SetFlushTimeout()
[all …]
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/include/stack/
Dl2c_api.h814 extern BOOLEAN L2CA_SetFlushTimeout (BD_ADDR bd_addr, UINT16 flush_tout);