Home
last modified time | relevance | path

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

/linux/include/net/bluetooth/
H A Dhci.h492 #define HCI_ISO_TX_TIMEOUT usecs_to_jiffies(0x7fffff) /* 8388607 usecs */ macro
/linux/net/bluetooth/
H A Dhci_core.c3624 timeout = hdev->iso_last_tx + HCI_ISO_TX_TIMEOUT; in __check_timeout()