Home
last modified time | relevance | path

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

/linux/include/net/bluetooth/
H A Dhci.h461 #define HCI_ACL_TX_TIMEOUT msecs_to_jiffies(45000) /* 45 seconds */ macro
/linux/net/bluetooth/
H A Dhci_core.c3550 if (!cnt && time_after(jiffies, last_tx + HCI_ACL_TX_TIMEOUT)) in __check_timeout()